From c830b80269f1cc04886e916b840937e4436f72ca Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sat, 5 Jan 2019 23:56:22 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=BC:=20remove=20comment=20[ci=20skip]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings/settings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/settings.go b/settings/settings.go index 11991a66..60285721 100644 --- a/settings/settings.go +++ b/settings/settings.go @@ -17,7 +17,7 @@ type Settings struct { Branding Branding `json:"branding"` Commands map[string][]string `json:"commands"` Shell []string `json:"shell"` - Rules []rules.Rule `json:"rules"` // TODO: use this add to cli + Rules []rules.Rule `json:"rules"` } // Server settings.