mirror of
https://github.com/Wessel/wumpfetch.git
synced 2026-07-17 22:03:56 +02:00
Fixed hopefully
This commit is contained in:
@@ -3,6 +3,7 @@ const wump = require('../lib');
|
||||
|
||||
console.log(`Using wumpfetch v${wump.version} [${wump.userAgent}]\n\n`);
|
||||
|
||||
|
||||
;(async() => {
|
||||
const requests = [
|
||||
await wump({ url: 'https://jsonplaceholder.typicode.com/todos/1', parse: 'json' }).send(),
|
||||
|
||||
Reference in New Issue
Block a user