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-11-23 21:26:53 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b7d9d889dcdca55858e9091882c2f466be04c7a2
b7d9d889
1 parent
47a3258d
search_option8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
b7d9d88
...
...
@@ -80,7 +80,7 @@ function handleEvent(event) {
request
.
get
(
search_options
,
function
(
error
,
response
,
body
){
if
(
!
error
&&
response
.
statusCode
==
200
){
// 검색 결과가 없을 경우
if
(
JSON
.
parse
(
body
).
items
==
[]
){
if
(
JSON
.
parse
(
body
).
items
==
""
){
var
result
=
{
type
:
'text'
,
text
:
"검색 결과가 없습니다."
};
}
else
{
...
...
Please
register
or
login
to post a comment