Skip to content

Commit 23610fa

Browse files
authored
chore: remove unused query parameter from surveys package call (#21)
1 parent cbccd85 commit 23610fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/formbricks/android/webview/FormbricksViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class FormbricksViewModel : ViewModel() {
9999
observer.observe(document.body, { childList: true, subtree: true });
100100
101101
const script = document.createElement("script");
102-
script.src = "${Formbricks.appUrl}/js/surveys.umd.cjs?randQuery=123445";
102+
script.src = "${Formbricks.appUrl}/js/surveys.umd.cjs";
103103
script.async = true;
104104
script.onload = () => loadSurvey();
105105
script.onerror = (error) => {

0 commit comments

Comments
 (0)