Fix component migration (#2767)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2023-03-17 23:35:49 +07:00 committed by GitHub
parent f0bbd4d443
commit f9c4775579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -432,7 +432,7 @@ async function renameProject (client: MigrationClient): Promise<void> {
await client.update(
DOMAIN_TRACKER,
{
_id: tracker.class.Project
_class: tracker.class.Project
},
{
_class: tracker.class.Component