mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
Remove unnecessary undefined
This commit is contained in:
parent
ba19eda09d
commit
5afa0c334a
|
|
@ -73,7 +73,7 @@ export default apiRoute<{
|
||||||
gt: min_id ?? undefined,
|
gt: min_id ?? undefined,
|
||||||
},
|
},
|
||||||
notifiedId: user.id,
|
notifiedId: user.id,
|
||||||
accountId: account_id || undefined,
|
accountId: account_id,
|
||||||
},
|
},
|
||||||
include: {
|
include: {
|
||||||
account: {
|
account: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue