Skip to content

Commit

Permalink
await
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanyvu committed Jan 21, 2025
1 parent ff1f1e3 commit 4dc1c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lambda/submit/splitSPAId.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export const getNextSplitSPAId = async (spaId: string) => {
id: `${spaId}-[a-zA-Z]`,
},
};
const matchingPackages = search(domain, index, query);
const matchingPackages = await search(domain, index, query);
console.log(matchingPackages, "HELLOOO");
};

0 comments on commit 4dc1c82

Please sign in to comment.