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-11 21:51:58 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8c5f736053de4cdcab327fe06e40fccb20b890d2
8c5f7360
1 parent
66c75e66
style. topic reference is changed
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 @
8c5f736
...
...
@@ -58,7 +58,7 @@ const transPublishingTopicAndMessage = async(bottleId) => {
const
bottle
=
await
Bottle
.
findByBottleId
(
bottleId
);
const
recentOpen
=
await
bottle
.
getRecentOpenDate
();
const
message
=
await
transDate
(
recentOpen
);
const
message
=
'res/'
+
await
transDate
(
recentOpen
);
return
{
topic
,
...
...
Please
register
or
login
to post a comment