Skip to content

Commit 5a8597b

Browse files
committed
ugh
1 parent 547037b commit 5a8597b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export type ConsentManagerAPI = Readonly<{
9595
showConsentManager(options?: ShowConsentManagerOptions): Promise<void>;
9696
/** Set the current active language */
9797
setActiveLocale(
98-
locale: ConsentManagerSupportedTranslationValue
98+
locale: ConsentManagerSupportedTranslationValue,
9999
): Promise<void>;
100100
/** Get the currently active locale */
101101
getActiveLocale: () => ConsentManagerSupportedTranslationValue;

0 commit comments

Comments
 (0)