Skip to content

Commit

Permalink
update function name and param
Browse files Browse the repository at this point in the history
  • Loading branch information
SangilYun authored and eleanorreem committed Jul 22, 2024
1 parent 5619898 commit 95e59cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/partner/partner.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { PartnerEntity } from '../entities/partner.entity';
import { SuperAdminAuthGuard } from '../partner-admin/super-admin-auth.guard';
import { ControllerDecorator } from '../utils/controller.decorator';
import { CreatePartnerDto } from './dtos/create-partner.dto';
import { DeletePartnerDto } from './dtos/delete-partner.dto';
import { IPartner } from './partner.interface';
import { PartnerService } from './partner.service';
import { UpdatePartnerDto } from './dtos/update-partner.dto';
Expand Down

0 comments on commit 95e59cb

Please sign in to comment.