Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmicJack committed Oct 9, 2023
1 parent 8e64492 commit a8e4b07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63035,7 +63035,7 @@ function areRunnersOnline(runners) {
});
return true
} else {
return true
return false
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/gh.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function areRunnersOnline(runners) {
});
return true
} else {
return true
return false
}
}

Expand Down

0 comments on commit a8e4b07

Please sign in to comment.