Skip to content

Commit cc9bceb

Browse files
committed
lint
1 parent e19c299 commit cc9bceb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/sim/tools/launchdarkly/update_flag.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ export const launchDarklyUpdateFlagTool: ToolConfig<
108108
}
109109

110110
if (instructions.length === 0) {
111-
throw new Error('At least one update field must be provided (updateName, updateDescription, addTags, removeTags, or archive)')
111+
throw new Error(
112+
'At least one update field must be provided (updateName, updateDescription, addTags, removeTags, or archive)'
113+
)
112114
}
113115

114116
const body: Record<string, unknown> = { instructions }

0 commit comments

Comments
 (0)