We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cab582 commit 17e21d7Copy full SHA for 17e21d7
2 files changed
harmony/pushy.har
-2.44 KB
harmony/pushy/src/main/ets/PushyFileJSBundleProvider.ets
@@ -12,7 +12,7 @@ export class PushyFileJSBundleProvider extends JSBundleProvider {
12
this.updateContext = new UpdateContext(context);
13
}
14
getURL(): string {
15
- return this.updateContext.getBundleUrl();
+ return this.updateContext.getBundleUrl().substring(1);
16
17
18
async getBundle(): Promise<ArrayBuffer> {
0 commit comments