cleaned up models

This commit is contained in:
2024-11-15 18:50:06 +03:00
parent baeb5e0ccb
commit c8fc32a4e7
6 changed files with 10 additions and 42 deletions

View File

@@ -14,5 +14,5 @@ type Transaction struct {
}
type TrackStatusResult struct {
Active bool `json:"active"`
Active bool `json:"active"`
}