Fixed a mistake in json. Newkey is now working correctly

This commit is contained in:
ultimateplayer1999 2023-01-16 11:37:33 +01:00
parent 4faecc1444
commit 99f5658469
Signed by: ultimateplayer1999
GPG Key ID: 690D4E43F8B51E51
2 changed files with 1 additions and 1 deletions

BIN
newkey

Binary file not shown.

View File

@ -14,7 +14,7 @@ import (
type Response struct {
Action string `json:"action"`
Completed string `json:"completed"`
NewAPIKey int `json:"newAPIKey"`
NewAPIKey string `json:"newAPIKey"`
}
func main() {