Skip to content

Commit 64b07dd

Browse files
committed
wip
1 parent a43b646 commit 64b07dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/app-params.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const getAppParams = () => {
4949
}
5050

5151
return {
52-
appId: getAppParamValue("app_id", { defaultValue: import.meta.env.VITE_BASE44_APP_ID }),
52+
appId: getAppParamValue("app_id"),
5353
token: getAppParamValue("access_token", { removeFromUrl: true }),
5454
fromUrl: getAppParamValue("from_url", { defaultValue: window.location.href }),
5555
functionsVersion: getAppParamValue("functions_version", { defaultValue: import.meta.env.VITE_BASE44_FUNCTIONS_VERSION }),

0 commit comments

Comments
 (0)