Fixed email notification test
This commit is contained in:
parent
833069d360
commit
e1bbcd2756
@ -8,10 +8,10 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
notification := &arn.Notification{
|
notification := &arn.PushNotification{
|
||||||
Title: "Boku dake ga Inai Machi",
|
Title: "Boku dake ga Inai Machi",
|
||||||
Message: "Episode 16 has been released!",
|
Message: "Episode 16 has been released!",
|
||||||
Image: "https://media.notify.moe/images/anime/large/11110.webp",
|
Icon: "https://media.notify.moe/images/anime/large/11110.webp",
|
||||||
Link: "https://notify.moe/anime/11110",
|
Link: "https://notify.moe/anime/11110",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user