feat: include more data for template
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 7s

This commit is contained in:
Methapon2001 2025-03-12 09:48:36 +07:00
parent 910dc196c5
commit 536e812394

View file

@ -61,6 +61,13 @@ const quotationData = (id: string) =>
service: true,
},
},
createdBy: {
include: {
province: true,
district: true,
subDistrict: true,
},
},
},
});