chore: removed unneeded await

Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
This commit is contained in:
Ben Holmes 2023-04-27 11:34:42 -04:00 committed by GitHub
parent cc50ee68d4
commit 06f98e43a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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),
});
},
};