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-05-12 05:05:41 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c0cfcfcebcfd11c3a956dbb96b97093a86217514
c0cfcfce
1 parent
707c5bf9
style. unecessary code remove
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
server/src/lib/DataProcess.js
server/src/lib/DataProcess.js
View file @
c0cfcfc
...
...
@@ -56,7 +56,7 @@ const transPublishingTopicAndMessage = async(bottleId) => {
const
topic
=
'bottle/'
+
bottleId
+
'/stb'
;
const
bottle
=
await
Bottle
.
findByBottleId
(
bottleId
);
const
recentOpen
=
await
bottle
.
getRecentOpenDate
();
const
recentOpen
=
bottle
.
getRecentOpenDate
();
const
message
=
'res/'
+
await
transDate
(
recentOpen
);
...
...
Please
register
or
login
to post a comment