Skip to content

Commit

Permalink
chore: fix notification loader error (#7969)
Browse files Browse the repository at this point in the history
  • Loading branch information
riqwan authored Jul 5, 2024
1 parent 9badad2 commit 276c8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/modules/notification/src/loaders/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ async function syncDatabaseProviders({
promises.push(
providerService.update(
providersToDisable.map((p) => ({
entity: p,
id: p.id,
update: { is_enabled: false },
}))
)
Expand Down

0 comments on commit 276c8b9

Please sign in to comment.