From 21fa8eb87aa5f5e0f563cbfed8b3aaf15981a29c Mon Sep 17 00:00:00 2001 From: Kiran Date: Mon, 21 Feb 2022 18:46:04 +0530 Subject: [PATCH] wip --- utils/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/index.ts b/utils/index.ts index baea3c9..4d891f3 100644 --- a/utils/index.ts +++ b/utils/index.ts @@ -1,4 +1,3 @@ -// @ts-ignore import { promises as fs } from 'fs'; import path from 'path'; import xml2js from 'xml2js';