Skip to content

Commit af0af24

Browse files
committed
fixed CI
1 parent 34d748a commit af0af24

File tree

1 file changed

+2
-2
lines changed
  • packages/toolkit/src/shared/telemetry

1 file changed

+2
-2
lines changed

packages/toolkit/src/shared/telemetry/util.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ export function getComputeEnvType(): EnvType {
120120
else if (isAutomation()) { return 'test' }
121121

122122
else if (!env.remoteName) { return 'local' }
123-
124-
else return 'other'
123+
124+
else { return 'other' }
125125
}
126126

127127
/**

0 commit comments

Comments
 (0)