Skip to content

Commit

Permalink
Core: fix azure provider TS error
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanblinov2k17 committed Oct 15, 2024
1 parent ade4267 commit b37627b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,6 @@ const AzureProvider = DynamicProvider.inherit({
});

/// #DEBUG
// @ts-expect-error
AzureProvider.remapConstant = (newValue: string): void => {
AZURE_JS_URL = newValue;
AZURE_CSS_URL = newValue;
Expand Down

0 comments on commit b37627b

Please sign in to comment.