Skip to content

Commit

Permalink
Merge pull request #5426 from jay-hodgson/SWC-6875
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hodgson authored Jun 13, 2024
2 parents 7b9f1c6 + 243c47c commit 83d971f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public class SynapseContextJsObject {
public String downloadCartPageUrl;
public boolean isInExperimentalMode;
public boolean utcTime;
public String appId;

@JsOverlay
public static SynapseContextJsObject create(
Expand All @@ -26,6 +27,7 @@ public static SynapseContextJsObject create(
context.isInExperimentalMode = isInExperimentalMode;
context.utcTime = utcTime;
context.downloadCartPageUrl = "/DownloadCart:0";
context.appId = "synapse.org";
return context;
}
}

0 comments on commit 83d971f

Please sign in to comment.