Skip to content

Commit 547037b

Browse files
committed
lint
1 parent a3a6107 commit 547037b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ui.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ export type ConsentManagerAPI = Readonly<{
9494
/** Show consent manager */
9595
showConsentManager(options?: ShowConsentManagerOptions): Promise<void>;
9696
/** Set the current active language */
97-
setActiveLocale(locale: ConsentManagerSupportedTranslationValue): Promise<void>;
97+
setActiveLocale(
98+
locale: ConsentManagerSupportedTranslationValue
99+
): Promise<void>;
98100
/** Get the currently active locale */
99101
getActiveLocale: () => ConsentManagerSupportedTranslationValue;
100102
/** Toggle consent manager */

0 commit comments

Comments
 (0)