Variable declarations to fix build

This commit is contained in:
DanB
2019-02-05 09:30:03 +01:00
parent c361c10640
commit af059c1aa6
2 changed files with 1 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ import (
// AttributeSv1Ping interogates AttributeS server responsible to process the event
func (dS *DispatcherService) AttributeSv1Ping(args *ArgsAttrProcessEventWithApiKey,
reply *string) error {
reply *string) (err error) {
if dS.attrS != nil {
if err = dS.authorize(utils.AttributeSv1Ping,
args.AttrArgsProcessEvent.CGREvent.Tenant,

View File

@@ -503,7 +503,6 @@ const (
CGR_ACD = "cgr_acd"
FilterIDs = "FilterIDs"
FieldName = "FieldName"
APIMethod = "APIMethod"
Initial = "Initial"
Substitute = "Substitute"
Append = "Append"