Stop sending the unused source.url property in "GetDocRequest"

It seems that this property became *effectively* unused already in PR 8617, however we missed removing it as part of the clean-up in PR 10376.
This commit is contained in:
Jonas Jenwald 2022-10-09 11:48:50 +02:00
parent 30f968fd7f
commit 447915af9d

View File

@ -512,7 +512,6 @@ async function _fetchDocument(worker, source, pdfDataRangeTransport, docId) {
// Only send the required properties, and *not* the entire object.
source: {
data: source.data,
url: source.url,
password: source.password,
disableAutoFetch: source.disableAutoFetch,
rangeChunkSize: source.rangeChunkSize,