From 61498e15942f088709c350419d5da66fea7561de Mon Sep 17 00:00:00 2001 From: QuanTT0110 Date: Tue, 8 Nov 2022 15:22:53 +0700 Subject: [PATCH] update --- subject/config.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subject/config.go b/subject/config.go index 97ce6be..867d934 100644 --- a/subject/config.go +++ b/subject/config.go @@ -15,6 +15,7 @@ var prefixes = struct { SupplierRole string SupplierPermission string Withdraw string + Notification string }{ Communication: "communication", Order: "order", @@ -30,4 +31,5 @@ var prefixes = struct { SupplierRole: "supplier_role", SupplierPermission: "supplier_permission", Withdraw: "withdraw", + Notification: "notification", }