Skip to content

Commit

Permalink
Fix parms
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomvh committed Jan 9, 2024
1 parent 992b0ca commit f0e3e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/angular-odata/src/lib/resources/query/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class ODataQueryOptions<T> {
escape?: boolean;
parser?: Parser<T>;
options?: ParserOptions;
}) {
} = {}): [string, { [name: string]: any }] {
return pathAndParamsFromQueryOptions<T>(this._values, {
escape,
parser,
Expand Down

0 comments on commit f0e3e32

Please sign in to comment.