Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: reviewdog warning
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
hlts2 committed Nov 16, 2023

Verified

This commit was signed with the committer’s verified signature.
hlts2 Hiroto Funakoshi
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
@@ -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 {

0 comments on commit 78734df

Please sign in to comment.