Skip to content

Commit 40b231f

Browse files
no message
1 parent cfa2d37 commit 40b231f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function setStatusClosed(id){
3939

4040
for(var i = 0; i < issues.length; i++){
4141
if(issues[i].id === id){
42-
issues[i].stauts = 'Closed';
42+
issues[i].status = 'Closed';
4343
}
4444
}
4545

0 commit comments

Comments
 (0)