chore: removed unneeded await
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
This commit is contained in:
parent
cc50ee68d4
commit
06f98e43a4
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ export function createGetCollection({
|
||||||
return render({
|
return render({
|
||||||
collection: entry.collection,
|
collection: entry.collection,
|
||||||
id: entry.id,
|
id: entry.id,
|
||||||
renderEntryImport: await getRenderEntryImport(collection, entry.slug),
|
renderEntryImport: getRenderEntryImport(collection, entry.slug),
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue