edit agenda handlers - delete logs
Build and Push Docker Image / build_and_push (push) Failing after 2m8s
Details
Build and Push Docker Image / build_and_push (push) Failing after 2m8s
Details
This commit is contained in:
parent
334351a0cf
commit
b4c59c7408
|
@ -754,9 +754,6 @@ func (h *ApplicationHandler) EventDocuments(w http.ResponseWriter, r *http.Reque
|
|||
"name": document_name,
|
||||
}
|
||||
|
||||
fmt.Println("metadata", metadata)
|
||||
fmt.Println(filestorage.PREFIX_AGENDA)
|
||||
|
||||
if err := h.filestorage.Put(file, filestorage.PREFIX_AGENDA, fmt.Sprintf("%s/%s_%s", eventID, fileid, header.Filename), header.Size, metadata); err != nil {
|
||||
fmt.Println(err)
|
||||
w.WriteHeader(http.StatusInternalServerError)
|
||||
|
|
Loading…
Reference in New Issue