0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] yarn format

This commit is contained in:
FredKSchott 2022-02-25 16:19:44 +00:00 committed by GitHub Actions
parent c46db4ecbd
commit 00dda8e056

View file

@ -1,9 +1,8 @@
export async function get() {
return {
body: JSON.stringify({
name: 'Astro',
url: 'https://astro.build/',
}),
};
return {
body: JSON.stringify({
name: 'Astro',
url: 'https://astro.build/',
}),
};
}