From 909d3537376039042d8e5a548e344774d3dd5442 Mon Sep 17 00:00:00 2001 From: Stefan Buck Date: Sat, 29 Feb 2020 13:48:11 +0100 Subject: [PATCH] Update app.js --- app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.js b/app.js index 98fa870..5f90619 100644 --- a/app.js +++ b/app.js @@ -1,3 +1,4 @@ const url = require('url'); require('path'); -const got = require('got'); \ No newline at end of file +const _ = require('lodas'); +const got = require('got');