Skip to content

Commit

Permalink
✨ Model list return by group
Browse files Browse the repository at this point in the history
  • Loading branch information
MartialBE committed Dec 28, 2023
1 parent 4d43dce commit 72983ac
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 545 deletions.
2 changes: 1 addition & 1 deletion common/image/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func GetImageFromUrl(url string) (mimeType string, data string, err error) {
isImage, err := IsImageUrl(url)
if !isImage {
if err == nil {
err = errors.New("Invalid image link")
err = errors.New("invalid image link")
}
return
}
Expand Down
Loading

0 comments on commit 72983ac

Please sign in to comment.