Răsfoiți Sursa

normalize test

Yuki Takei 2 ani în urmă
părinte
comite
70af297713

+ 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]);