fix typo
This commit is contained in:
@ -411,7 +411,7 @@ async function fetchContent(req, res) {
|
||||
}
|
||||
|
||||
if (contentType === 'application/pdf') {
|
||||
const uploadedFileId = await uploadPdf(finalUrl, userId, articleSavingRequestId);
|
||||
const uploadFileId = await uploadPdf(finalUrl, userId, articleSavingRequestId);
|
||||
const uploadedPdf = await sendCreateArticleMutation(userId, {
|
||||
url: encodeURI(finalUrl),
|
||||
articleSavingRequestId,
|
||||
|
||||
Reference in New Issue
Block a user