From d66b78ff40b441da4fe49092d7a2bbcf27452e43 Mon Sep 17 00:00:00 2001 From: AbilBotz <106528192+Dfvjb@users.noreply.github.com> Date: Tue, 14 Jun 2022 17:34:04 +0700 Subject: [PATCH] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 9e09a99..269849c 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker : npm i ffmpeg && npm install && npm start +Worker : npm i ffmpeg && npm install && npm start