From 10c5a927cb619f1aa2a599cbe3667820f4766bda Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 9 Nov 2017 14:46:20 -0600 Subject: more global config ref cleanup (#7802) --- app/command_code.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/command_code.go') diff --git a/app/command_code.go b/app/command_code.go index 6685144dd..276199807 100644 --- a/app/command_code.go +++ b/app/command_code.go @@ -25,7 +25,7 @@ func (me *CodeProvider) GetTrigger() string { return CMD_CODE } -func (me *CodeProvider) GetCommand(T goi18n.TranslateFunc) *model.Command { +func (me *CodeProvider) GetCommand(a *App, T goi18n.TranslateFunc) *model.Command { return &model.Command{ Trigger: CMD_CODE, AutoComplete: true, -- cgit v1.2.3-1-g7c22