Skip to content

Commit

Permalink
fix: reviewdog warning
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Nov 16, 2023
1 parent c9007ed commit 78734df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/client/v1/client/mirror/mirror.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (c *client) Start(ctx context.Context) (<-chan error, error) {
}

func (c *client) Stop(ctx context.Context) error {
return c.Stop(ctx)
return c.c.Close(ctx)
}

func (c *client) GRPCClient() grpc.Client {
Expand Down

0 comments on commit 78734df

Please sign in to comment.