Skip to content

Commit

Permalink
chore: removed unneeded await
Browse files Browse the repository at this point in the history
Co-authored-by: Bjorn Lu <[email protected]>
  • Loading branch information
bholmesdev and bluwy authored Apr 27, 2023
1 parent cc50ee6 commit 06f98e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/content/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function createGetCollection({
return render({
collection: entry.collection,
id: entry.id,
renderEntryImport: await getRenderEntryImport(collection, entry.slug),
renderEntryImport: getRenderEntryImport(collection, entry.slug),
});
},
};
Expand Down

0 comments on commit 06f98e4

Please sign in to comment.