Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
RIT_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박권수
2021-09-15 22:57:41 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0d93023f3bce23c5ddd52a83952d214a79f55144
0d93023f
1 parent
54bd9bdb
fix. bug -> db update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
server/src/util/DataProcess.js
server/src/util/DataProcess.js
View file @
0d93023
...
...
@@ -74,7 +74,7 @@ const bottleInfoUpdate = async(data) => {
humidity
,
balance
,
});
takeMedicineHist
.
save
();
await
takeMedicineHist
.
save
();
}
}
}
...
...
Please
register
or
login
to post a comment