typo
Some checks failed
Create Release & Upload Assets / Upload Assets To Gitea w/ goreleaser (push) Failing after 2m0s
Some checks failed
Create Release & Upload Assets / Upload Assets To Gitea w/ goreleaser (push) Failing after 2m0s
This commit is contained in:
@@ -36,7 +36,7 @@ func CaptureImage() bool {
|
||||
|
||||
if resp.Body != nil {
|
||||
timestamp := time.Now()
|
||||
filename := timestamp.Format("/axis-2006-01-02_15-04-05.jpg")
|
||||
filename := timestamp.Format("/axis-2006-01-02_15-04-05.png")
|
||||
|
||||
img, _, err := image.Decode(resp.Body)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user