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 12:20:58 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bc8d814a463aabccd633070fedcf7bc5f79aefce
bc8d814a
1 parent
5b8f1798
Update app.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
bc8d814
...
...
@@ -103,7 +103,7 @@ async function handleEvent(event) {
body
:
event
.
message
.
image
};
}).
then
((
options
)
=>
{
}).
resolve
((
options
)
=>
{
request
.
post
(
options
,
function
(
error
,
response
,
body
)
{
var
data
=
JSON
.
stringify
(
body
);
var
text
=
''
;
...
...
Please
register
or
login
to post a comment