From a0bac74e635747f3718091442caa71d4359e5380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 12 Apr 2023 16:22:45 -0400 Subject: [PATCH] lint: remove chalk --- src/routes/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/index.js b/src/routes/index.js index 9d25006d39..fb4733a501 100644 --- a/src/routes/index.js +++ b/src/routes/index.js @@ -4,7 +4,6 @@ const nconf = require('nconf'); const winston = require('winston'); const path = require('path'); const express = require('express'); -const chalk = require('chalk'); const meta = require('../meta'); const controllers = require('../controllers');