Skip to content

Commit 20f5ccf

Browse files
committed
Fix bug
1 parent 886bf99 commit 20f5ccf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/avatar/avatar.go

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import (
1111
"image/color/palette"
1212

1313
// Enable PNG support:
14+
_ "image/jpeg"
1415
_ "image/png"
1516
"math/rand"
1617
"time"

0 commit comments

Comments
 (0)