Toggle navigation
Toggle navigation
This project
Loading...
Sign in
은승우
/
LINEBOT
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
은승우
2019-12-05 22:05:55 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4ff46bd237f4bea7e46c0e542ecb482ae87e1dd7
4ff46bd2
1 parent
9c5ac60b
Update app.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
app.js
app.js
View file @
4ff46bd
...
...
@@ -236,6 +236,7 @@ function handleEvent(event) {
}
}
var
result
=
{
type
:
'text'
,
text
:
resultm
};
console
.
log
(
result
);
client
.
replyMessage
(
event
.
replyToken
,
result
).
then
(
resolve
).
catch
(
reject
);
});
...
...
Please
register
or
login
to post a comment