瀏覽代碼

normalize test

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