fix(api): 🐛 Fix statuses not saving the user's applicationId

This commit is contained in:
Jesse Wierzbinski 2024-04-15 16:09:16 -10:00
parent a5a5d57c81
commit 06bcbbe451
No known key found for this signature in database
6 changed files with 62 additions and 7 deletions

View file

@ -95,6 +95,7 @@ export const getTestStatuses = async (
sensitive: false,
updatedAt: new Date().toISOString(),
visibility: "public",
applicationId: null,
...partial,
})
.returning()