mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 22:30:56 +03:00
Fix typo in ActiveQuotaScan json annotations
This commit is contained in:
committed by
GitHub
parent
5f41b6d506
commit
69e941483a
@@ -41,7 +41,7 @@ type connectionTransfer struct {
|
|||||||
|
|
||||||
// ActiveQuotaScan username and start data for a quota scan
|
// ActiveQuotaScan username and start data for a quota scan
|
||||||
type ActiveQuotaScan struct {
|
type ActiveQuotaScan struct {
|
||||||
Username string `json:"usernane"`
|
Username string `json:"username"`
|
||||||
StartTime int64 `json:"start_time"`
|
StartTime int64 `json:"start_time"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user