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