Fix to unfollow route

This commit is contained in:
Jesse Wierzbinski 2024-04-09 20:42:07 -10:00
parent 8bcf46641c
commit 985190c683
No known key found for this signature in database

View file

@ -74,6 +74,7 @@ export default apiRoute(async (req, matchedRoute, extraData) => {
where: { id: relationship.id },
data: {
following: false,
requested: false,
},
});