Skip to content

Commit

Permalink
Update site/api/api_gen.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: KnorpelSenf <shtrog@gmail.com>
  • Loading branch information
rojvv and KnorpelSenf authored Jan 16, 2025
1 parent 48d5aa9 commit f3a1b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/api/api_gen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Deno.stdout.writeSync(
const cache = createCache({ root: ".cache" });
const dot = enc.encode(".");

const refs: Array<Ref> = await Promise.all(paths.map(
const refs = await Promise.all(paths.map(
async (
[id, path, slug, name, description, shortdescription],
): Promise<Ref> => {
Expand Down

0 comments on commit f3a1b62

Please sign in to comment.