[ci] yarn format

This commit is contained in:
matthewp 2021-11-19 19:06:52 +00:00 committed by GitHub Actions
parent 2e0c790b3a
commit eaf1c49f7b

View file

@ -224,7 +224,7 @@ If you're still stuck, please open an issue on GitHub or join us at https://astr
// This is used to add polyfill scripts to the page, if the renderer needs them.
if (renderer?.polyfills?.length) {
for(const src of renderer.polyfills) {
for (const src of renderer.polyfills) {
result.scripts.add({
props: { type: 'module' },
children: `import "${src}";`,