Skip to content

Commit

Permalink
Remove image from response
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaptoss committed Jul 18, 2024
1 parent 52e5bb1 commit 2d84b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/handlers/submit_form.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func newFormResponse(form *data.Form) resources.FormResponse {
Postal: form.Postal,
Phone: form.Phone,
Email: form.Email,
Image: form.Image,
Image: "",
Status: form.Status,
},
},
Expand Down

0 comments on commit 2d84b27

Please sign in to comment.