Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianAndersen committed Jan 19, 2025
1 parent 3a26f75 commit 7f0be68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/collections/order/order.collection.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { BlCollection } from "@backend/collections/bl-collection";
import { OrderPatchHook } from "@backend/collections/order/hooks/order.patch.hook";
import { OrderPostHook } from "@backend/collections/order/hooks/order.post.hook";
import { BulkOrderOperation } from "@backend/collections/order/operations/bulk-order.operation";
import { OrderConfirmOperation } from "@backend/collections/order/operations/confirm/order-confirm.operation";
import { OrderAgreementPdfOperation } from "@backend/collections/order/operations/order-agreement-pdf.operation";
import { OrderReceiptPdfOperation } from "@backend/collections/order/operations/order-receipt-pdf.operation";
Expand Down

0 comments on commit 7f0be68

Please sign in to comment.