Skip to content

Commit

Permalink
Merge pull request #2193 from metriport/1669-inbound-stats
Browse files Browse the repository at this point in the history
fix(api): env type update
  • Loading branch information
Orta21 committed Jun 3, 2024
2 parents 4bd0bf0 + b85b612 commit 08f5038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/infra/config/env-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export type EnvConfigSandbox = EnvConfigBase & {
environmentType: EnvType.sandbox;
connectWidgetUrl: string;
sandboxSeedDataBucketName: string;
engineeringCxId: never;
engineeringCxId?: never;
};

export type EnvConfig = EnvConfigSandbox | EnvConfigNonSandbox;

0 comments on commit 08f5038

Please sign in to comment.