Skip to content

Commit

Permalink
fix: system id
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Jun 24, 2024
1 parent 36aa672 commit ee4d040
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ export class UpdateIntegration {

const isInvalidationDisabled = await this.getFeatureFlag.execute(
GetFeatureFlagCommand.create({
userId: command.userId,
environmentId: command.environmentId as string,
userId: 'system',
environmentId: 'system',
organizationId: command.organizationId,
key: FeatureFlagsKeysEnum.IS_INTEGRATION_INVALIDATION_DISABLED,
})
Expand Down

0 comments on commit ee4d040

Please sign in to comment.