mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-26 19:44:57 +02:00
Fix setting migration (#2869)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -36,7 +36,7 @@ async function migrateIntegrationsSpace (client: MigrationClient): Promise<void>
|
||||
await client.update(
|
||||
DOMAIN_TX,
|
||||
{
|
||||
objectID: object._id,
|
||||
objectId: object._id,
|
||||
objectSpace: { $ne: setting.space.Setting }
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user