mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-15 04:49:00 +00:00
Fix setting migration (#2869)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
2c5520cf3d
commit
4fbe792df3
@ -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 }
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user