refactor: spelling errors

This commit is contained in:
trafficlunar 2024-11-29 15:55:16 +00:00
parent adbf378235
commit 840e584082
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
package model
type ComputerWebsocketMessage struct {
type ComputerWebSocketMessage struct {
Cpu uint8 `json:"cpu"`
Ram uint8 `json:"ram"`
}