From 1db210a24fef20dca0129884eefad84c07af9d99 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 Former-commit-id: 6560b8172709c5e8809b734eaf82139635c24905 [formerly c172a284c4c2bce5d7f82a13dda7cdc78d5c7d66] [formerly b75b0b28ef23b9e341628054252f32eb08f9933c [formerly c830b80269f1cc04886e916b840937e4436f72ca]] Former-commit-id: b482c5c90f95166aaf3c368d136f23c67531d6a7 [formerly 52b0e3434d83a82f55aa6a0157a35578494b5aa0] Former-commit-id: d1e5d7262a89f20f80274be277c9e388af56f20e --- 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.