From 3af9a2a41a689301cb50f445f2103204345585b4 Mon Sep 17 00:00:00 2001 From: Nam Huynh Date: Tue, 17 Aug 2021 15:32:35 +0700 Subject: [PATCH] remove constant SourceSelly --- constant.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/constant.go b/constant.go index f81b44a..101f1eb 100644 --- a/constant.go +++ b/constant.go @@ -1,9 +1,5 @@ package audit -const ( - SourceSelly = "selly" -) - // List actions const ( ActionCreate = "create"