🐛 Bug fixes
This commit is contained in:
parent
5fb769823a
commit
910eeb4b9c
@ -8,7 +8,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func TranslateNotify(nty pushkit.Notification, lang string) pushkit.Notification {
|
func TranslateNotify(nty pushkit.Notification, lang string) pushkit.Notification {
|
||||||
if nty.TranslateKey != nil {
|
if nty.TranslateKey == nil {
|
||||||
return nty
|
return nty
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user