chore: fix notification loader error (#7969)

This commit is contained in:
Riqwan Thamir
2024-07-05 12:05:18 +02:00
committed by GitHub
parent 9badad24aa
commit 276c8b925f

View File

@@ -103,7 +103,7 @@ async function syncDatabaseProviders({
promises.push(
providerService.update(
providersToDisable.map((p) => ({
entity: p,
id: p.id,
update: { is_enabled: false },
}))
)