From 2d5763ac02d3c3d2e40f2908e55d124267d6bc77 Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Sun, 28 Feb 2021 02:07:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(repos):=20=E6=9F=A5=E8=AF=A2=E5=88=86?= =?UTF-8?q?=E6=94=AF=E5=88=97=E8=A1=A8=E6=8E=A5=E5=8F=A3=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/repos/repos.resolver.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/repos/repos.resolver.ts b/src/repos/repos.resolver.ts index e5b83d5..5da9bac 100644 --- a/src/repos/repos.resolver.ts +++ b/src/repos/repos.resolver.ts @@ -13,7 +13,7 @@ export class ReposResolver { return await this.service.listLogs(dto); } @Query(() => BranchList) - async ListBranchesArgs( + async listBranches( @Args('listBranchesArgs') dto: ListBranchesArgs, ): Promise { return await this.service.listBranches(dto).then((data) => {