Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
akbarsaputrait committed Sep 8, 2024
1 parent 7e3266b commit 9f16356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/staff/restaurant/order/detail.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { In } from 'typeorm';
@Controller(':order_id')
@UseGuards(StaffAuthGuard())
export class DetailController {
static async action(order: Order, action: OrderStatus, actor: Owner) {
static async action(order: Order, action: OrderStatus, actor: StaffUser) {
try {
// @TODO: How "REJECTED" flow works
const stocks: ProductStock[] = [];
Expand Down

0 comments on commit 9f16356

Please sign in to comment.