Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
chifu1234 committed Jun 4, 2024
1 parent 8b4beba commit 088b4e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ func main() {
},
Body: getBody,
HTML: getHtml,
Icon: app.Icon{
SVG: getBee(),

Check failure on line 54 in main.go

View workflow job for this annotation

GitHub Actions / Build

undefined: getBee
},
})
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit 088b4e8

Please sign in to comment.