We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5deaa8b commit f9cd5a9Copy full SHA for f9cd5a9
packages/js/src/types/formbricks.ts
@@ -51,7 +51,7 @@ export interface TFormbricks {
51
* Sets the CSP nonce for inline styles
52
* @param nonce - The CSP nonce value (without 'nonce-' prefix), or undefined to clear
53
*/
54
- setNonce: (nonce: string | undefined) => void;
+ setNonce: (nonce: string | undefined) => Promise<void>;
55
56
/**
57
* @description Tracks an event.
0 commit comments