Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yisaer committed Jan 29, 2023
1 parent 21a6008 commit 8f6464d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statistics/handle/handle.go
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ func NewHandle(ctx, initStatsCtx sessionctx.Context, lease time.Duration, pool s
err := handle.RefreshVars()
if err != nil {
return nil, err

}
return handle, nil
}

Expand Down

0 comments on commit 8f6464d

Please sign in to comment.