Minor bugfixes
This commit is contained in:
@ -164,7 +164,7 @@ async function patch(req: Request, res: Response) {
|
||||
data: {
|
||||
userId: value.user_id,
|
||||
paid: value.paid,
|
||||
// !!!!! paidAt: value.paid ? new Date() : undefined
|
||||
paidAt: value.paid ? new Date() : undefined
|
||||
},
|
||||
select: {
|
||||
id: true
|
||||
|
Reference in New Issue
Block a user