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 19:39:43 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
711930ace7b2e35ad1f8a3dd4f50412d3bae0300
711930ac
1 parent
15475719
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 @
711930a
...
...
@@ -100,7 +100,7 @@ async function handleEvent(event) {
request
.
post
(
options
,
function
(
error
,
response
,
body
)
{
let
jsonResponse
=
JSON
.
stringify
(
JSON
.
parse
(
body
),
null
,
' '
);
var
text
=
''
;
console
.
log
(
jsonResponse
)
;
while
(
jsonResponse
.
indexOf
(
'text\\'
)
!=-
1
)
{
jsonResponse
=
jsonResponse
.
substring
(
jsonResponse
.
indexOf
(
'text\\'
)
+
9
);
...
...
Please
register
or
login
to post a comment