Преглед изворни кода

Fixes webpack chunk name

main
Eric Amodio пре 2 година
родитељ
комит
b23e5bd4e6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/git/remotes/gitlab.ts

+ 1
- 1
src/git/remotes/gitlab.ts Прегледај датотеку

@ -381,7 +381,7 @@ export class GitLabRemote extends RichRemoteProvider {
const [owner, repo] = this.splitPath();
const { include, ...opts } = options ?? {};
const GitLabMergeRequest = (await import(/* webpackChunkName: "gitlabl" */ '../../plus/gitlab/models'))
const GitLabMergeRequest = (await import(/* webpackChunkName: "gitlab" */ '../../plus/gitlab/models'))
.GitLabMergeRequest;
return (await Container.instance.gitlab)?.getPullRequestForBranch(this, accessToken, owner, repo, branch, {
...opts,

Loading…
Откажи
Сачувај