fix/path not defined

This commit is contained in:
SowinskiBraeden committed 2023-09-10 19:26:52 -07:00
1 parent 044428f2a9
commit 8df16eff09
2 files changed
+2 -1

No files matched your search

+1
View File
@@ -2,6 +2,7 @@ const { finished } = require('stream/promises');
const concat = require('concat-stream');
const { Readable } = require('stream');
const FormData = require('form-data');
const path = require("path");
const fs = require('fs');
const maxRetries = 5;
const retryDelay = 5000; // 5 seconds