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:12:53 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
86ad2bfbe8a7d7cea3bb169317523a140ed68704
86ad2bfb
1 parent
3bbe5e32
fix typo
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
86ad2bf
...
...
@@ -166,7 +166,7 @@ function handleEvent(event)
result
.
text
=
songList
[
1
].
url
;
client
.
replyMessage
(
event
.
replyToken
,
result
).
then
(
resolve
).
catch
(
reject
);
}
}
);
}
else
{
...
...
Please
register
or
login
to post a comment