Skip to content

Commit

Permalink
update type
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Aug 12, 2021
1 parent 2e71a4f commit 2c2c8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/build/generate-build-id.ts
@@ -1,5 +1,5 @@
export async function generateBuildId(
generate: () => string | null,
generate: () => string | null | Promise<string | null>,
fallback: () => string
): Promise<string> {
let buildId = await generate()
Expand Down

0 comments on commit 2c2c8c4

Please sign in to comment.