Skip to content

Commit 118f260

Browse files
run formatter
1 parent 4b49759 commit 118f260

File tree

3 files changed

+5
-17
lines changed

3 files changed

+5
-17
lines changed

packages/test/history_files/otel_1_11_3.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,8 @@
8282
"buildId": "@temporalio/worker@1.13.1+6b92c11c4f907379345c3513a5f749c90d752cfd0a3bf888bf0be04350bb0d2e"
8383
},
8484
"sdkMetadata": {
85-
"coreUsedFlags": [
86-
1,
87-
3,
88-
2
89-
],
90-
"langUsedFlags": [
91-
2
92-
],
85+
"coreUsedFlags": [1, 3, 2],
86+
"langUsedFlags": [2],
9387
"sdkName": "temporal-typescript",
9488
"sdkVersion": "1.11.3"
9589
},

packages/test/history_files/otel_1_13_1.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,8 @@
8282
"buildId": "@temporalio/worker@1.13.1+5c835f0ea50dafc7b77a54f34f9a8ec6e81e5e2f7a7cff91c2c52e956e689243"
8383
},
8484
"sdkMetadata": {
85-
"coreUsedFlags": [
86-
2,
87-
3,
88-
1
89-
],
90-
"langUsedFlags": [
91-
2
92-
],
85+
"coreUsedFlags": [2, 3, 1],
86+
"langUsedFlags": [2],
9387
"sdkName": "temporal-typescript",
9488
"sdkVersion": "1.13.1"
9589
},

packages/workflow/src/internals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ import {
6565
import { type SinkCall } from './sinks';
6666
import { untrackPromise } from './stack-helpers';
6767
import pkg from './pkg';
68-
import { SdkFlag, SdkFlags, assertValidFlag } from './flags';
68+
import { SdkFlag, assertValidFlag } from './flags';
6969
import { executeWithLifecycleLogging, log } from './logs';
7070

7171
const StartChildWorkflowExecutionFailedCause = {

0 commit comments

Comments
 (0)