chore: fix notification loader error (#7969)
This commit is contained in:
@@ -103,7 +103,7 @@ async function syncDatabaseProviders({
|
||||
promises.push(
|
||||
providerService.update(
|
||||
providersToDisable.map((p) => ({
|
||||
entity: p,
|
||||
id: p.id,
|
||||
update: { is_enabled: false },
|
||||
}))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user