forgot tor emove this

This commit is contained in:
biglyderv 2025-02-02 22:05:50 -05:00
parent a937901043
commit a04ca35c19

View file

@ -199,10 +199,6 @@ async function siteCollector(user, path, site, useLimit, data2) {
return await textCollector(user, path, route, data2);
}
if (site == 'db') {
return await dbCollector(user, path, route, useLimit, data2);
}
if (site == 'url') {
return await urlCollector(user, path, route, useLimit, data2);
}