mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-04 04:41:38 -05:00
186feefdb5
Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com>
2 lines
89 B
TypeScript
2 lines
89 B
TypeScript
export const getIsDebug = () => window.location.search.includes("formbricksDebug=true");
|