Skip to content

Commit 0a48109

Browse files
committed
fix typo
1 parent 605941d commit 0a48109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/node_type.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type Node struct {
1111
Mem int `json:"mem"`
1212
Node string `json:"node"`
1313
SSLFingerprint string `json:"ssl_fingerprint"`
14-
Stauts string `json:"status"`
14+
Status string `json:"status"`
1515
Type string `json:"type"`
1616
UpTime int `json:"uptime"`
1717
}

0 commit comments

Comments
 (0)