Fix typo in ActiveQuotaScan json annotations

This commit is contained in:
Vincent Castellano 2019-07-25 21:55:26 -07:00 committed by GitHub
parent 5f41b6d506
commit 69e941483a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ type connectionTransfer struct {
// ActiveQuotaScan username and start data for a quota scan
type ActiveQuotaScan struct {
Username string `json:"usernane"`
Username string `json:"username"`
StartTime int64 `json:"start_time"`
}