Skip to content

Commit

Permalink
Merge pull request #5450 from nickgros/SWC-6933
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros committed Jul 10, 2024
2 parents 5605d00 + 7455760 commit d1148da
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public class SynapseContextJsObject {
public boolean isInExperimentalMode;
public boolean utcTime;
public String appId;
public boolean withErrorBoundary;

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

0 comments on commit d1148da

Please sign in to comment.