Skip to content

Commit b2c87a2

Browse files
committed
ok
1 parent a18413c commit b2c87a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reflex/.templates/web/utils/state.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const getToken = () => {
8989
* @returns The given URL modified to point to the actual backend server.
9090
*/
9191
export const getBackendURL = (url_str) => {
92-
if (url_str ?? undefined === undefined) {
92+
if ((url_str ?? undefined) === undefined) {
9393
url_str = env.PING;
9494
}
9595
// Get backend URL object from the endpoint.

0 commit comments

Comments
 (0)