Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
DonKoko committed Aug 30, 2024
1 parent 1cf6c79 commit ac75876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_layout+/admin-dashboard+/$userId.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export const action = async ({
icon: { name: "trash", variant: "error" },
senderId: userId,
});
return json(data(null));
return json(data({ success: true }));
}
case "createCustomerId": {
const user = await getUserByID(shelfUserId);
Expand Down

0 comments on commit ac75876

Please sign in to comment.