Skip to content

Commit 46d0bc1

Browse files
authored
Merge branch 'main' into bugfix/CM-2073
2 parents 4c38c88 + 17d0ab9 commit 46d0bc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/libs/data-access-layer/src/old/apps/integration_run_worker/memberAttributeSettings.repo.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { generateUUIDv1 } from '@crowd/common'
1+
import { DEFAULT_TENANT_ID, generateUUIDv1 } from '@crowd/common'
22
import { DbColumnSet, DbStore, RepositoryBase } from '@crowd/database'
33
import { Logger } from '@crowd/logging'
44
import { IMemberAttribute } from '@crowd/types'
@@ -40,6 +40,7 @@ export default class MemberAttributeSettingsRepository extends RepositoryBase<Me
4040
id: generateUUIDv1(),
4141
createdAt: now,
4242
updatedAt: now,
43+
tenantId: DEFAULT_TENANT_ID,
4344
}
4445
}),
4546
this.insertMemberAttributeSettingColumnSet,

0 commit comments

Comments
 (0)