From 555493348691c1ffb65add615772c061e367b759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=BC=E3=83=BC=E3=83=AC?= Date: Sat, 26 Oct 2024 17:05:45 +0500 Subject: [PATCH] Update index.js --- api/v1/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/api/v1/index.js b/api/v1/index.js index 625a9f6..e8f1ebd 100644 --- a/api/v1/index.js +++ b/api/v1/index.js @@ -1,4 +1,3 @@ -// index.js const express = require('express'); const { getEpisodeFromAnixart } = require('./src/episode'); const configData = require('./src/toggles');