mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28: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,
|
||||
},
|
||||
notifiedId: user.id,
|
||||
accountId: account_id || undefined,
|
||||
accountId: account_id,
|
||||
},
|
||||
include: {
|
||||
account: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue