Skip to content

Commit

Permalink
Housekeeping.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Apr 13, 2023
1 parent fb3df3e commit cc55dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/myq-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ export class myQApi {

if(error instanceof FetchError) {

switch(error.code as unknown as string) {
switch(error.code) {

case "ECONNREFUSED":

Expand Down

0 comments on commit cc55dc4

Please sign in to comment.