Skip to content

Commit

Permalink
🐛 jpegを投稿できないバグを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
pikachu0310 committed Feb 17, 2024
1 parent c863f8b commit f12e8e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/pkg/util/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import (
"bytes"
"golang.org/x/image/draw"
"image"
_ "image/gif"

Check warning on line 7 in internal/pkg/util/image.go

View workflow job for this annotation

GitHub Actions / Lint

blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
_ "image/jpeg"
"image/png"
"io"
"math"
Expand Down

0 comments on commit f12e8e6

Please sign in to comment.