Skip to content

Commit d494908

Browse files
Fix biome:format related errors
1 parent 3554d4b commit d494908

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/commands/token/capability/worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class WorkerCapabilityTokenGenerator extends TwilioClientCommand {
106106
}
107107
}
108108

109-
const {_identity, globals} = { ...globalFlags };
109+
const { _identity, globals } = { ...globalFlags };
110110

111111
WorkerCapabilityTokenGenerator.flags = Object.assign(
112112
taskrouterFlags,

src/commands/token/flex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class FlexTokenGenerator extends TwilioClientCommand {
4848
}
4949
}
5050

51-
const {_identity, globals} = { ...globalFlags };
51+
const { _identity, globals } = { ...globalFlags };
5252

5353
FlexTokenGenerator.flags = Object.assign(
5454
taskrouterFlags,

0 commit comments

Comments
 (0)