chore: remove commented code

This commit is contained in:
Derrick Hammer 2023-12-18 02:27:55 -05:00
parent b337822a2d
commit 2bd0cf429c
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 21 deletions

View File

@ -45,27 +45,6 @@ export async function fetchFeedData({
take: next,
});
// const articles: Article[] = [
// {
// id: 1,
// title: "Mock Article 1",
// slug: "This is a mock article.",
// siteKey: "asdas",
// url: "asdasd",
// createdAt: new Date(),
// updatedAt: new Date(),
// },
// {
// id: 2,
// title: "Mock Article 2",
// slug: "This is a mock article.",
// siteKey: "asdas",
// url: "asdasd",
// createdAt: new Date(),
// updatedAt: new Date(),
// },
// ];
const nextPointer = articles.length >= limit ? next + limit : null;
return {