Toggle navigation
Toggle navigation
This project
Loading...
Sign in
전세계
/
FakerQuiz
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Ubuntu
2020-06-22 07:52:13 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
76ba0d1da6236b6241fd62f4e9b7b3aa27405ce1
76ba0d1d
1 parent
cc6a0395
버그: 연속 정답 횟수가 초기화되지 않던 버그 수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
app.js
app.js
View file @
76ba0d1
...
...
@@ -536,6 +536,7 @@ function endQuiz(replyToken, id) {
console
.
log
(
body
)
}
);
users
[
id
].
streak
=
0
;
}
try
{
...
...
Please
register
or
login
to post a comment