Skip to content

Commit e7bd5e8

Browse files
committed
prettier
1 parent 222538c commit e7bd5e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/changelog/rss/index.xml.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { getChangelogs, getRSSItems } from "~/util/changelog";
44

55
export const GET: APIRoute = async ({ locals }) => {
66
const notes = await getChangelogs({
7-
filter: (entry) => entry.data.hidden !== true });
8-
7+
filter: (entry) => entry.data.hidden !== true,
8+
});
99

1010
const items = await getRSSItems({
1111
notes,

0 commit comments

Comments
 (0)