Skip to content

Commit

Permalink
[#137]feat: 배포 시험
Browse files Browse the repository at this point in the history
  • Loading branch information
Arios67 committed Apr 4, 2022
1 parent 7f54222 commit e0148c8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ars/src/apis/payment/payment.resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export class PaymentResolver {
constructor(
private readonly paymentService: PaymentService,
private readonly userService: UserService,
private readonly elasticsearchService: ElasticsearchService,

private readonly elasticsearchService: ElasticsearchService,

Expand Down Expand Up @@ -69,8 +68,6 @@ export class PaymentResolver {
return artId;
}

return 'ok';
}
// 레디스에 입찰 정보(작품, 현재 입찰가, 현재 상위 입찰자)
@UseGuards(GqlAuthAccessGuard)
@Mutation(() => [String])
Expand Down

0 comments on commit e0148c8

Please sign in to comment.