conflict fix
This commit is contained in:
parent
08745ff59a
commit
dab46b60c9
|
@ -88,12 +88,7 @@ func postFiles(w http.ResponseWriter, r *http.Request) {
|
||||||
}
|
}
|
||||||
|
|
||||||
id := uid()
|
id := uid()
|
||||||
<<<<<<< HEAD
|
|
||||||
if err := dataStore.CreateFile(id, contentRange.Size, contentType); err != nil {
|
if err := dataStore.CreateFile(id, contentRange.Size, contentType); err != nil {
|
||||||
=======
|
|
||||||
if err := initFile(id, contentRange.Size, contentType); err != nil {
|
|
||||||
log.Print("FOO4")
|
|
||||||
>>>>>>> conflict fix
|
|
||||||
reply(w, http.StatusInternalServerError, err.Error())
|
reply(w, http.StatusInternalServerError, err.Error())
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue