Skip to content

Commit f9cd5a9

Browse files
committed
tweak
1 parent 5deaa8b commit f9cd5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/js/src/types/formbricks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export interface TFormbricks {
5151
* Sets the CSP nonce for inline styles
5252
* @param nonce - The CSP nonce value (without 'nonce-' prefix), or undefined to clear
5353
*/
54-
setNonce: (nonce: string | undefined) => void;
54+
setNonce: (nonce: string | undefined) => Promise<void>;
5555

5656
/**
5757
* @description Tracks an event.

0 commit comments

Comments
 (0)