Fixed image errors

This commit is contained in:
2017-11-02 22:01:11 +01:00
parent da5c900e3d
commit 3f7d297a5f
2 changed files with 3 additions and 2 deletions

View File

@ -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=="
}