feat: also return payment relation

This commit is contained in:
Methapon2001 2024-12-18 15:32:31 +07:00
parent 0ec072833c
commit 3f04bd045d

View file

@ -70,6 +70,7 @@ export class InvoiceController extends Controller {
},
},
},
payment: true,
createdBy: true,
},
orderBy: { createdAt: "asc" },