From 9059f0071f9d8f7bbb23e14b79a7e600b6d4f19c Mon Sep 17 00:00:00 2001 From: collin Date: Fri, 24 Jul 2026 11:36:24 +0200 Subject: [PATCH] Linter fixes --- src/ntfy/provider.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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',