mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-09 11:42:57 +00:00
remove assignment
Former-commit-id: f4cad45f0430f51cec192e8d1552f88d7c7a08c6
This commit is contained in:
parent
416626e1b8
commit
1dccba1404
File diff suppressed because it is too large
Load Diff
@ -23,7 +23,7 @@ func PreProccessPUT(
|
||||
) (err error) {
|
||||
var (
|
||||
data = map[string]interface{}{}
|
||||
file = []byte{}
|
||||
file []byte
|
||||
kind string
|
||||
rawBuffer = new(bytes.Buffer)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user