Forgot to pointer it
This commit is contained in:
parent
240c50b06c
commit
f2cbf28b20
1 changed files with 3 additions and 3 deletions
2
main.go
2
main.go
|
@ -24,7 +24,7 @@ type OAuthResponse struct {
|
|||
type File struct {
|
||||
Name string `validate:"required"`
|
||||
User uuid.UUID `validate:"required"`
|
||||
Reader io.LimitedReader // Only used for write operations
|
||||
Reader *io.LimitedReader // Only used for write operations
|
||||
}
|
||||
|
||||
type Quota struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue