Skip to content

Commit

Permalink
🔥Add sequelize
Browse files Browse the repository at this point in the history
  • Loading branch information
saulotarsobc committed Oct 2, 2024
1 parent 053e2e4 commit f147b0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ipcMain.on("addUser", async (event, data: any) => {
.then((data: Model) => {
event.returnValue = {
error: false,
data: data,
data: data.dataValues,
};
})
.catch((error) => {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f147b0f

Please sign in to comment.