Skip to content

Commit 576b6ba

Browse files
committed
docgen is dump
1 parent 6c381c9 commit 576b6ba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/API/skyblock/getSkyblockAuctions.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ module.exports = async function (range, options = {}) {
3535
range = range.sort();
3636
const result = { auctions: [] };
3737
const fetches = [];
38-
/**
39-
* Failed Pages
40-
* @type {number[]}
41-
*/
4238
const failedPages = [];
4339
if (options.noAuctions) return { info: options.noInfo ? null : (await getPage(range[1], { noAuctions: true })).info };
4440
for (let i = range[0]; i <= range[1]; i++) {

0 commit comments

Comments
 (0)