addressed majority of static checks

This commit is contained in:
0xdcarns
2023-01-24 11:20:06 -05:00
parent a710ac3570
commit 706bba0593
8 changed files with 36 additions and 73 deletions

View File

@@ -19,9 +19,6 @@ var (
Free_Tier = false
)
// constant for database key for storing server ids
const server_id_key = "nm-server-id"
type serverData struct {
PrivateKey string `json:"privatekey,omitempty" bson:"privatekey,omitempty"`
}