edit agenda handlers - delete logs
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 2m8s
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 2m8s
This commit is contained in:
@@ -753,9 +753,6 @@ func (h *ApplicationHandler) EventDocuments(w http.ResponseWriter, r *http.Reque
|
||||
"type": document_type,
|
||||
"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)
|
||||
|
||||
Reference in New Issue
Block a user