Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeseung-bae committed May 17, 2024
1 parent 3910a4a commit df5d3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/fswap/keeper/grpc_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (s QueryServer) Swap(ctx context.Context, req *types.QuerySwapRequest) (*ty
return nil, status.Error(codes.NotFound, err.Error())

Check warning on line 73 in x/fswap/keeper/grpc_query.go

View check run for this annotation

Codecov / codecov/patch

x/fswap/keeper/grpc_query.go#L70-L73

Added lines #L70 - L73 were not covered by tests
}

return &types.QuerySwapResponse{swap}, nil
return &types.QuerySwapResponse{Swap: swap}, nil

Check warning on line 76 in x/fswap/keeper/grpc_query.go

View check run for this annotation

Codecov / codecov/patch

x/fswap/keeper/grpc_query.go#L76

Added line #L76 was not covered by tests
}

func (s QueryServer) Swaps(ctx context.Context, req *types.QuerySwapsRequest) (*types.QuerySwapsResponse, error) {
Expand Down

0 comments on commit df5d3f3

Please sign in to comment.