Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
fix: collection
Browse files Browse the repository at this point in the history
  • Loading branch information
MrlolDev committed Jun 29, 2023
1 parent 254bbc7 commit ee1c04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ router.get("/:c/:id", async (req: Request, res: Response) => {
JSON.stringify({
id: "update",
data: {
collection: "users_new",
collection: "users",
id: id,
updates: {
metadata: {
Expand Down

0 comments on commit ee1c04c

Please sign in to comment.