fix(notification): Properly disable notification providers (#8607)
This commit is contained in:
@@ -104,7 +104,7 @@ async function syncDatabaseProviders({
|
||||
providerService.update(
|
||||
providersToDisable.map((p) => ({
|
||||
id: p.id,
|
||||
update: { is_enabled: false },
|
||||
is_enabled: false,
|
||||
}))
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user