mirror of
https://github.com/drakkan/sftpgo.git
synced 2026-03-14 14:25:52 +01:00
Merge pull request #2 from Surye/Surye-patch-1
Fix typo in ActiveQuotaScan json annotations
This commit is contained in:
commit
e0a550b216
1 changed files with 1 additions and 1 deletions
|
|
@ -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"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue