notification

This commit is contained in:
wangchuxiao
2023-05-10 17:48:26 +08:00
parent c3b16aa678
commit e05d617893
3 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ func (o Options) Is(notification string) bool {
return false
}
func (o Options) IsNotification() bool {
func (o Options) IsNotNotification() bool {
return o.Is(constant.IsNotification)
}