Skip to content

Commit 30e5ebc

Browse files
committed
Bundles the provider api in with integrations
1 parent ddaf50c commit 30e5ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plus/integrations/integrationService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ export class IntegrationService implements Disposable {
493493
const authenticationService = this.authenticationService;
494494
async function load() {
495495
return new (
496-
await import(/* webpackChunkName: "integrations-api" */ './providers/providersApi')
496+
await import(/* webpackChunkName: "integrations" */ './providers/providersApi')
497497
).ProvidersApi(container, authenticationService);
498498
}
499499

0 commit comments

Comments
 (0)