Skip to content

Commit

Permalink
fix: fix tracer function (#3260)
Browse files Browse the repository at this point in the history
Signed-off-by: Song Gao <[email protected]>
  • Loading branch information
Yisaer authored Sep 29, 2024
1 parent 0e7ff5f commit f37a1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tracer/mock_tracer.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

var traceErr = fmt.Errorf("trace not enabled")

func GetTraceIDListByRuleID(ruleID string, limit int) ([]string, error) {
func GetTraceIDListByRuleID(ruleID string, limit int64) ([]string, error) {
return nil, traceErr
}

Expand Down

0 comments on commit f37a1dd

Please sign in to comment.