Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Oct 10, 2024
1 parent cb025c9 commit 41ca6b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/www/app/feed.xml/route.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import RSS from "rss";
import { type Post, allPosts } from "content-collections";
import { authors } from "@/content/blog/authors";
import { type Post, allPosts } from "content-collections";
import RSS from "rss";
const feed = new RSS({
title: "Unkey",
description: "Open Source API Development platform",
Expand Down

0 comments on commit 41ca6b9

Please sign in to comment.