Export Data Bank upload function

This commit is contained in:
Cohee 2024-04-21 01:15:29 +03:00
parent 344146d837
commit e6ddbd1418
1 changed files with 1 additions and 1 deletions

View File

@ -842,7 +842,7 @@ async function runScraper(scraperId, target, callback) {
* @param {string} target Target for the attachment
* @returns
*/
async function uploadFileAttachmentToServer(file, target) {
export async function uploadFileAttachmentToServer(file, target) {
const isValid = await validateFile(file);
if (!isValid) {