0
0
mirror of https://github.com/Maks1mS/free-ozon-dpr.git synced 2024-12-23 18:42:59 +03:00
This commit is contained in:
Maxim Slipenko 2024-09-03 08:13:47 +03:00
parent 1932d2a4b0
commit 2708952473

View File

@ -6,10 +6,10 @@ import {
} from './update/index.js';
async function main() {
// await woyag();
await woyag();
await sevenDostavka();
// await ozonWbDpr();
// await globalExpress();
await ozonWbDpr();
await globalExpress();
}
main();