Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
naomi-lgbt committed Jan 16, 2025
1 parent 0675c6e commit 9f7cb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/fetchRss.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable max-lines -- refactor later */
import { ChannelType, EmbedBuilder } from "discord.js";
import { ObjectId, UUID } from "mongodb";
import { ObjectId } from "mongodb";
// eslint-disable-next-line @typescript-eslint/naming-convention -- Importing a class.
import Parser from "rss-parser";
import { youtubeIds } from "../config/youtubeIds.js";
Expand Down

0 comments on commit 9f7cb6e

Please sign in to comment.