Skip to content

Commit

Permalink
Fix grammar, run npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
MikMuellerDev committed May 16, 2022
1 parent 82bf574 commit 07f3d81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/hardware/requests.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func checkNodeOnline(node database.HardwareNode) error {
// A check if a node is online again can be still executed afterwards
func sendPowerRequest(node database.HardwareNode, switchName string, powerOn bool) error {
if !node.Enabled {
log.Trace("Not sending power request to disabled node")
log.Trace("Skipping power request to disabled node")
return nil
}
requestBody, err := json.Marshal(PowerRequest{
Expand Down
4 changes: 2 additions & 2 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07f3d81

Please sign in to comment.