Skip to content

Commit

Permalink
fix: add return type to sendSubscriptionChangeWebhookSlackNotificatio…
Browse files Browse the repository at this point in the history
…n method in ProjectService
  • Loading branch information
simlarsen committed Feb 3, 2025
1 parent e1c45a5 commit f32b195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/Server/Services/ProjectService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ export class ProjectService extends DatabaseService<Model> {

private async sendSubscriptionChangeWebhookSlackNotification(
projectId: ObjectID,
) {
): Promise<void> {
if (NotificationSlackWebhookOnSubscriptionUpdate) {
// fetch project again.
const project: Model | null = await this.findOneById({
Expand Down

0 comments on commit f32b195

Please sign in to comment.