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
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
최지민
2019-11-23 21:09:38 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0ed7d809dc2e9853f349567baffaa5ad8ed1c695
0ed7d809
1 parent
e389caf2
search_option5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
0ed7d80
...
...
@@ -84,7 +84,7 @@ function handleEvent(event) {
var
result
=
{
type
:
'text'
,
text
:
title
+
" : "
+
description
+
"
/
nlink : "
+
link
"
\n\
nlink : "
+
link
};
client
.
replyMessage
(
event
.
replyToken
,
result
).
then
(
resolve
).
catch
(
reject
);
}
...
...
Please
register
or
login
to post a comment