Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박찬수
/
enjoy_soccer
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
박찬수
2022-06-09 12:28:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
364ca03e042e552fe464b1ee1153e16eea68518d
364ca03e
1 parent
b780e9ec
초기화 기능 수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
reply.js
reply.js
View file @
364ca03
...
...
@@ -79,15 +79,14 @@ function Reply(eventObj,replyMsg){
{
"type"
:
"text"
,
"text"
:
replyMsg
},
{
"type"
:
"text"
,
"text"
:
"second"
}
]
}
},(
error
,
response
,
body
)
=>
{
console
.
log
(
body
);
if
(
step
==
2
){
SetDefault
(
eventObj
.
source
.
userId
);
}
});
}
...
...
Please
register
or
login
to post a comment