We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cbe3dc commit d487649Copy full SHA for d487649
1 file changed
src/XrmDefinitelyTyped/Resources/dg.xrmquery.web.ts
@@ -1307,12 +1307,12 @@ namespace XQW {
1307
function getClientUrl() {
1308
const url = getClientUrlFromGlobalContext()
1309
|| getClientUrlFromUtility()
1310
- || getClientUrlFromXrmPage()
+ || getClientUrlFromXrmPage();
1311
1312
if (url) {
1313
return url;
1314
}
1315
-
+
1316
throw new Error("Context is not available.");
1317
1318
0 commit comments