[Update] Add subjects

This commit is contained in:
trunglt251292 2022-09-20 13:49:58 +07:00
parent 34c61ccfcc
commit 4452be1474
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package subject
import "fmt"
func getNewsValue(val string) string {
return fmt.Sprintf("%s.%s", prefixes.Order, val)
return fmt.Sprintf("%s.%s", prefixes.News, val)
}
var News = struct {