Skip to content

Commit f9fdf98

Browse files
natemoo-reastrobot-houston
authored andcommitted
[ci] format
1 parent dbffee4 commit f9fdf98

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/astro-rss/src/index.ts

+7-7
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ async function validateRssOptions(rssOptions: RSSOptions) {
9393
return parsedResult.data;
9494
}
9595
const formattedError = new Error(
96-
[
97-
`[RSS] Invalid or missing options:`,
98-
...parsedResult.error.errors.map(
99-
zodError => `${zodError.message} (${zodError.path.join('.')})`
100-
),
101-
].join('\n')
102-
)
96+
[
97+
`[RSS] Invalid or missing options:`,
98+
...parsedResult.error.errors.map(
99+
(zodError) => `${zodError.message} (${zodError.path.join('.')})`
100+
),
101+
].join('\n')
102+
);
103103
throw formattedError;
104104
}
105105

0 commit comments

Comments
 (0)