await the insertion

This commit is contained in:
dylan 2024-03-31 17:44:52 -07:00
parent 7fec78ff84
commit 008e5777c5

View File

@ -38,7 +38,7 @@ const handler = async ({payload}: FirRouteInput<typeof payloadT>) => {
const carts = await getCarts(repoPath, manifest.carts);
insertRelease({
await insertRelease({
manifest,
carts,
});