Skip to content

Commit 9488ffd

Browse files
lerouxbkraenhansen
andauthored
Update packages/compass-smoke-tests/src/build-info.ts
Co-authored-by: Kræn Hansen <[email protected]>
1 parent c07abf3 commit 9488ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-smoke-tests/src/build-info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function assertObjectHasKeys(
3030

3131
export const commonKeys = ['productName', 'channel'] as const;
3232
export type CommonBuildInfo = Record<typeof commonKeys[number], string> & {
33-
channel: 'dev' | 'beta' | 'stable';
33+
channel: Channel;
3434
};
3535

3636
export function assertCommonBuildInfo(

0 commit comments

Comments
 (0)