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 00:00:06 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9b9c7cf4d796624520c997df68824726c63a30f9
9b9c7cf4
1 parent
86e27617
fixing error...
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
app.js
app.js
View file @
9b9c7cf
...
...
@@ -143,8 +143,7 @@ function handleEvent(event)
return
;
}
});
});
return
new
Promise
(
function
(
resolve
,
reject
)
{
var
result
=
{
type
:
'text'
,
text
:
''
};
...
...
@@ -156,6 +155,7 @@ function handleEvent(event)
console
.
log
(
result
.
text
);
client
.
replyMessage
(
event
.
replyToken
,
result
).
then
(
resolve
).
catch
(
reject
);
});
});
}
else
{
...
...
Please
register
or
login
to post a comment