diff --git a/src/ntfy/provider.ts b/src/ntfy/provider.ts index 761d94e..a28ba27 100644 --- a/src/ntfy/provider.ts +++ b/src/ntfy/provider.ts @@ -62,9 +62,7 @@ export class NtfyProvider implements OnApplicationBootstrap { async sendBootstrappedNotification() { const version = this.configService.get('GIT_COMMIT') ?? - (this.configService.get('LOCAL') === 'true' - ? 'LOCAL' - : 'unknown') + (this.configService.get('LOCAL') === 'true' ? 'LOCAL' : 'unknown') await this.publishQueue.add( ...NtfyProvider.defaultJob({ title: 'Autobaan up and running',