fix prev commit
This commit is contained in:
parent
c5d4a2f782
commit
b357571fea
@ -66,7 +66,7 @@ export default {
|
||||
|
||||
const existingOrder = await strapi.db.query('api::order.order').findOne({
|
||||
where: { id: entityId },
|
||||
select: ['documentId'],
|
||||
select: ['documentId', 'time_start', 'time_end'],
|
||||
populate: ['slot'],
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user