Fixed image errors
This commit is contained in:
@ -2,5 +2,6 @@ package utils
|
||||
|
||||
// EmptyImage returns the smallest possible 1x1 pixel image encoded in Base64.
|
||||
func EmptyImage() string {
|
||||
return "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
|
||||
return ""
|
||||
// return "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
|
||||
}
|
||||
|
Reference in New Issue
Block a user