mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
fix(api): 🐛 Fix statuses not saving the user's applicationId
This commit is contained in:
parent
a5a5d57c81
commit
06bcbbe451
6 changed files with 62 additions and 7 deletions
|
|
@ -95,6 +95,7 @@ export const getTestStatuses = async (
|
|||
sensitive: false,
|
||||
updatedAt: new Date().toISOString(),
|
||||
visibility: "public",
|
||||
applicationId: null,
|
||||
...partial,
|
||||
})
|
||||
.returning()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue