Yuki Takei пре 2 година
родитељ
комит
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}'`);
     }
 
-    this._branchName = sanitize(branchName);
+    this._branchName = branchName;
 
     this._organizationName = sanitize(matched[1]);
     this._reposName = sanitize(matched[2]);