Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_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
sdy
2020-05-27 21:05:59 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1f48b3982680ab42689fd4980a5c757c00fdf406
1f48b398
1 parent
a0483f7e
fix error syntax
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
back/src/api/Chat/wholeMessage/wholeMessage.js
back/src/api/Chat/wholeMessage/wholeMessage.js
View file @
1f48b39
import
{
prisma
,
isAuthenticated
}
from
"../../../utils"
;
export
default
()
=>
{
export
default
{
Mutation
:
{
wholeMessage
:
async
(
_
,
args
,
{
request
})
=>
{
isAuthenticated
(
request
);
...
...
@@ -40,6 +40,6 @@ export default () => {
});
}
return
messageObj
;
}
;
}
}
,
}
,
};
...
...
Please
register
or
login
to post a comment