Yuki Takei 2 лет назад
Родитель
Сommit
70af297713
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/app/src/features/growi-plugin/server/models/vo/github-url.ts

+ 1 - 1
apps/app/src/features/growi-plugin/server/models/vo/github-url.ts

@@ -44,7 +44,7 @@ export class GitHubUrl {
       throw new Error(`The specified URL is invalid. : url='${url}'`);
       throw new Error(`The specified URL is invalid. : url='${url}'`);
     }
     }
 
 
-    this._branchName = sanitize(branchName);
+    this._branchName = branchName;
 
 
     this._organizationName = sanitize(matched[1]);
     this._organizationName = sanitize(matched[1]);
     this._reposName = sanitize(matched[2]);
     this._reposName = sanitize(matched[2]);