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:31:33 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3f464218b29a8f2d562e21cd6d69bd9d8ecca893
3f464218
1 parent
6ee9822b
123
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
concert.js
concert.js
View file @
3f46421
...
...
@@ -111,7 +111,7 @@ function handleEvent(event) {
var
result
=
{
type
:
'text'
,
text
:
''
};
if
(
selectnum
>=
0
||
selectnum
<=
27
){
result
.
text
=
'목록에 존재하지 않는 콘서트입니다.'
;
client
.
replyMessage
(
event
.
replyToken
,
result
).
then
(
resolve
).
catch
(
reject
)
;
return
;
}
return
new
Promise
(
function
(
resolve
,
reject
){
...
...
Please
register
or
login
to post a comment