mirror of
https://github.com/juherr/kill-the-news.git
synced 2026-06-20 22:03:48 +00:00
style: fix Prettier formatting on 11 files
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -68,7 +68,11 @@ describe("Atom Feed Route", () => {
|
||||
`feed:${FEED_ID}:metadata`,
|
||||
JSON.stringify({
|
||||
emails: [
|
||||
{ key: emailKey, subject: "Atom Entry Subject", receivedAt: 1700000001000 },
|
||||
{
|
||||
key: emailKey,
|
||||
subject: "Atom Entry Subject",
|
||||
receivedAt: 1700000001000,
|
||||
},
|
||||
],
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user