Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
Change double quote to single quote for string
  • Loading branch information
bc547 committed Mar 25, 2024
1 parent c906af5 commit 66b7632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabby-settings/src/services/configSync.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export class ConfigSyncService {
}
}
} catch (error) {
this.logger.debug("Recovering from autoSync network error")
this.logger.debug('Recovering from autoSync network error')
}
await new Promise(resolve => setTimeout(resolve, 60000))
}
Expand Down

0 comments on commit 66b7632

Please sign in to comment.