Skip to content

Commit

Permalink
removed _endpointAuthenticationService from creating ODataSourceReader
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasSort committed Oct 31, 2023
1 parent 51ff3a0 commit c086b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ODataProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ public override ISourceReader GetReader(Mapping mapping)
DoNotStoreLastResponseInLogFile = false;
}

return new ODataSourceReader(new HttpRestClient(_credentials, RequestTimeout), Logger, mapping, _endpoint, Mode, DeltaModifier, MaximumPageSize, _endpointAuthenticationService, RunLastRequest, RequestIntervals, DoNotStoreLastResponseInLogFile);
return new ODataSourceReader(new HttpRestClient(_credentials, RequestTimeout), Logger, mapping, _endpoint, Mode, DeltaModifier, MaximumPageSize, RunLastRequest, RequestIntervals, DoNotStoreLastResponseInLogFile);
}

/// <inheritdoc />
Expand Down

0 comments on commit c086b1d

Please sign in to comment.