Updated Public facing Endpoints + S3 Connection #30
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Doble/MatchMakingServices!30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "john4064/PublicView"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +49,4 @@c.JSON(http.StatusBadRequest, gin.H{"error": "missing 'image' field"})return}defer file.Close()🚫 [golangci] reported by reviewdog 🐶
Error return value of
file.Closeis not checked (errcheck)@ -0,0 +79,4 @@c.JSON(http.StatusBadRequest, gin.H{"error": "missing 'image' field"})return}defer file.Close()🚫 [golangci] reported by reviewdog 🐶
Error return value of
file.Closeis not checked (errcheck)@ -0,0 +82,4 @@}defer func(file multipart.File) {err := file.Close()if err != nil {🚫 [golangci] reported by reviewdog 🐶
SA9003: empty branch (staticcheck)
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.