Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Dec 15, 2023
1 parent 2c5009a commit cf57747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/io_hubs_addon/hubs_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

JS_STATE_UPDATE = """
let params = { signedIn: false, entered: false, roomName: "" };
try { params["signedIn"] = APP?.hubChannel?.signedIn; } catch(e) {};
try { params["signedIn"] = APP?.hubChannel?.signedIn; } catch(e) {};
try { params["entered"] = APP?.scene?.is("entered"); } catch(e) {};
try { params["roomName"] = APP?.hub?.name || APP?.hub?.slug || APP?.hub?.hub_id; } catch(e) {};
return params;
Expand Down

0 comments on commit cf57747

Please sign in to comment.