From 9d24008a2be6e1d72af9af06fcb072ac5cd99a42 Mon Sep 17 00:00:00 2001 From: Killer069 <65385476+killer069@users.noreply.github.com> Date: Fri, 24 Dec 2021 13:42:12 +0530 Subject: [PATCH] Update docs.js --- .github/docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/docs.js b/.github/docs.js index 4fc46cd..989ce4f 100644 --- a/.github/docs.js +++ b/.github/docs.js @@ -9,4 +9,4 @@ if(!fs.existsSync(path)) { const oldData = fs.readFileSync(path, 'utf-8') -fs.writeFileSync(path, oldData.split('// Export Default ')[0]) \ No newline at end of file +fs.writeFileSync(path, oldData.split('// Export Default')[0])