Skip to content

coisinhas d order de ultima hora #45

coisinhas d order de ultima hora

coisinhas d order de ultima hora #45

Triggered via push November 7, 2023 12:49
Status Failure
Total duration 48s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: push
Test, typecheck and lint
24s
Test, typecheck and lint
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Test, typecheck and lint: src/controllers/order.ts#L5
'areFromSameRestaurant' is declared but its value is never read.
Test, typecheck and lint: src/controllers/order.ts#L29
Type '{ id: string; priority: "low" | "medium" | "high"; quantity: number; status: "pending" | "in_progress" | "done"; notes: string | undefined; restaurantId: string; commandaId: string; item: { ...; }; }' is not assignable to type 'Order'.
Test, typecheck and lint: src/controllers/order.ts#L57
Argument of type '{ id: string; restaurantId: string; status: "pending" | "in_progress" | "done"; quantity: number; priority: "low" | "medium" | "high"; notes: string | null; itemId: string; itemName: string; itemDescription: string | null; }' is not assignable to parameter of type '{ id: string; quantity: number; priority: "low" | "medium" | "high"; status: "pending" | "in_progress" | "done"; notes: string | null; itemId: string; commandaId: string; itemName: string; itemDescription: string | null; restaurantId: string; }'.
Test, typecheck and lint: src/routes/commanda.ts#L4
'orderControl' is declared but its value is never read.
Test, typecheck and lint
Process completed with exit code 2.