mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
remove assignment
This commit is contained in:
parent
ce9405341a
commit
f4cad45f04
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…
Reference in New Issue
Block a user