Skip to content

Commit

Permalink
removed result file name from result key
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDieckmann committed Feb 12, 2021
1 parent 1c25902 commit 4a35f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ func (handler *Handler) createUploadStoreKey(id string, uploadFileType UploadFil
}

func (handler *Handler) createResultStoreKey(id string) string {
resultKey := path.Join(handler.BaseKey, "results", id, resultFileName)
resultKey := path.Join(handler.BaseKey, "results", id)
return resultKey
}

Expand Down

0 comments on commit 4a35f44

Please sign in to comment.