Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simplysoft committed Oct 9, 2023
1 parent 605941d commit 0a48109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/node_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type Node struct {
Mem int `json:"mem"`
Node string `json:"node"`
SSLFingerprint string `json:"ssl_fingerprint"`
Stauts string `json:"status"`
Status string `json:"status"`
Type string `json:"type"`
UpTime int `json:"uptime"`
}
Expand Down

0 comments on commit 0a48109

Please sign in to comment.