fix lint
This commit is contained in:
parent
a0591f0c08
commit
73243c9014
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ func (m *mockChannel) SendPlaceholder(ctx context.Context, chatID string) (strin
|
||||||
m.lastPlaceholderID = "mock-ph-123"
|
m.lastPlaceholderID = "mock-ph-123"
|
||||||
return m.lastPlaceholderID, nil
|
return m.lastPlaceholderID, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (m *mockChannel) EditMessage(ctx context.Context, chatID, messageID, content string) error {
|
func (m *mockChannel) EditMessage(ctx context.Context, chatID, messageID, content string) error {
|
||||||
m.editedMessages++
|
m.editedMessages++
|
||||||
return nil
|
return nil
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue