mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 15:08:45 +08:00
fixed the fix
This commit is contained in:
parent
d14c8fc9c8
commit
f82d23ed2b
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ function loadMoreLines(){
|
|||
|
||||
let restags;
|
||||
if(result.tags === undefined){
|
||||
restags = [];
|
||||
restags = '[]';
|
||||
}else{
|
||||
restags = JSON.stringify(result.tags)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue