🐛 Bug fixes

This commit is contained in:
LittleSheep 2025-02-18 21:51:53 +08:00
parent 5fb769823a
commit 910eeb4b9c

View File

@ -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
} }