From f32b1950d9ac63c9c6a24e1bf44eeec2ffdb7805 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Mon, 3 Feb 2025 18:42:08 +0000 Subject: [PATCH] fix: add return type to sendSubscriptionChangeWebhookSlackNotification method in ProjectService --- Common/Server/Services/ProjectService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/Server/Services/ProjectService.ts b/Common/Server/Services/ProjectService.ts index 519e3a808d..7e79cc74b4 100755 --- a/Common/Server/Services/ProjectService.ts +++ b/Common/Server/Services/ProjectService.ts @@ -423,7 +423,7 @@ export class ProjectService extends DatabaseService { private async sendSubscriptionChangeWebhookSlackNotification( projectId: ObjectID, - ) { + ): Promise { if (NotificationSlackWebhookOnSubscriptionUpdate) { // fetch project again. const project: Model | null = await this.findOneById({