1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-08-15 23:40:32 +03:00

Fix lint error

Change double quote to single quote for string
This commit is contained in:
bc547 2024-03-25 16:21:08 +01:00 committed by GitHub
parent c906af5bec
commit 66b7632958
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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))
}