Added field values xag and xau to group.go

This commit is contained in:
tctlrd 2023-08-10 16:33:41 -05:00 committed by GitHub
parent 84c7986ca1
commit 195af5b057
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,6 +58,8 @@ func (Group) Fields() []ent.Field {
"thb", "thb",
"try", "try",
"usd", "usd",
"xag",
"xau",
"zar", "zar",
), ),
} }