fix typo
This commit is contained in:
@ -260,7 +260,7 @@ func initiateGeneratingAnimation(fileLocation string) (string, error) {
|
||||
//filePart, err := writer.CreateFormFile("image", filename)
|
||||
filePart, err := CreateImageFormFile(writer, filename)
|
||||
if err != nil {
|
||||
return "", fmt.Errorf("error creating form file | %w", err)
|
||||
return "", fmt.Errorf("error creating from file | %w", err)
|
||||
}
|
||||
|
||||
// Copy the file content to the form file part
|
||||
|
Reference in New Issue
Block a user