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 22:39:15 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1b4f537ad5d141094d74cd3d062d719ca71f344e
1b4f537a
1 parent
654f81a2
Update concert.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
concert.js
concert.js
View file @
1b4f537
...
...
@@ -143,9 +143,8 @@ function handleEvent(event) {
client
.
replyMessage
(
event
.
replyToken
,
videourl
).
then
(
resolve
).
catch
(
reject
);
});
});
}
else
{
}
return
new
Promise
(
function
(
resolve
,
reject
)
{
//언어 감지 option
var
detect_options
=
{
...
...
@@ -208,5 +207,5 @@ function handleEvent(event) {
});
});
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment