Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: beam-community/jsonapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 95e0f26d5a36621d67e43c480076dc9f183317bd
Choose a base ref
..
head repository: beam-community/jsonapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d5d0b80a890a82a67a70fbc9e84a776390b2bfa2
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 lib/jsonapi/plugs/query_parser.ex
2 changes: 1 addition & 1 deletion lib/jsonapi/plugs/query_parser.ex
Original file line number Diff line number Diff line change
@@ -279,7 +279,7 @@ defmodule JSONAPI.QueryParser do
if type == view.type() do
view.fields()
else
get_view_for_type(view, type).fields
get_view_for_type(view, type).fields()
end
end