diff --git a/subject/config.go b/subject/config.go index 7a69414..4a2f9f3 100644 --- a/subject/config.go +++ b/subject/config.go @@ -6,6 +6,7 @@ var prefixes = struct { News string Warehouse string Location string + Bank string Supplier string Seller string }{ @@ -15,5 +16,6 @@ var prefixes = struct { Warehouse: "warehouse", Location: "location", Supplier: "supplier", + Bank: "bank", Seller: "seller", }