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 20:21:06 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b5766de5ce4f5f44516245c63d8043b478f26adb
b5766de5
1 parent
a932566b
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 @
b5766de
...
...
@@ -99,6 +99,7 @@ async function handleEvent(event) {
request
.
post
(
options
,
function
(
error
,
response
,
body
)
{
let
jsonResponse
=
JSON
.
stringify
(
JSON
.
parse
(
body
),
null
,
' '
);
jsonResponse
=
jsonResponse
.
toString
()
console
.
log
(
jsonResponse
);
text
=
''
;
while
(
jsonResponse
.
indexOf
(
'text'
)
!=-
1
)
{
...
...
Please
register
or
login
to post a comment