Skip to content

Commit 79bc26e

Browse files
committed
return empty string from sendResponse instead of nil
1 parent 19c100f commit 79bc26e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/templates/context_interactions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ func (c *Context) tmplSendInteractionResponse(filterSpecialMentions bool, return
433433
return m.ID, nil
434434
}
435435

436-
return nil, err
436+
return "", err
437437
}
438438
}
439439

0 commit comments

Comments
 (0)