From 7add3bb251ab9b0fbf751f2cd03005bd4aa0a617 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+KaizIqbal@users.noreply.github.com> Date: Sat, 15 Aug 2020 17:38:22 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Simple=20render?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/round/src/index.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/round/src/index.ts b/packages/round/src/index.ts index b3661674..8777ca17 100644 --- a/packages/round/src/index.ts +++ b/packages/round/src/index.ts @@ -5,6 +5,4 @@ import { renderCursors } from "shared"; console.log("Bibata Round"); -(async () => { - renderCursors(config); -})(); +renderCursors(config);