Skip to content

Commit dfc2881

Browse files
authored
Update chatops-lark/pkg/events/handler/ask.go
1 parent 209760c commit dfc2881

File tree

1 file changed

+0
-1
lines changed
  • chatops-lark/pkg/events/handler

1 file changed

+0
-1
lines changed

Diff for: chatops-lark/pkg/events/handler/ask.go

-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ func runCommandAsk(ctx context.Context, args []string) (string, error) {
8888
if err != nil {
8989
return "", fmt.Errorf("failed to process ask request: %w", err)
9090
}
91-
// --- End Placeholder ---
9291

9392
return result, nil
9493
}

0 commit comments

Comments
 (0)