Merge branch 'update-inventory-detail' of github.com:Selly-Modules/natsio into develop

This commit is contained in:
trunglt251292 2022-09-20 13:50:25 +07:00
commit 6bd4ebce2e
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 {