Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewHEguardian committed Oct 23, 2024
1 parent 4d96e2f commit 0fe40a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/routes/newspaperArchive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ router.get('/auth', async (req: Request, res: Response) => {
},
);

const responseJson = NewspapersResponseSchema.parse(await response.json());
const responseJson = NewspapersResponseSchema.parse(
await response.json(),
);

const archiveReturnUrlString = req.query['ncom-return-url'];
if (
Expand Down

0 comments on commit 0fe40a4

Please sign in to comment.