Skip to content

Commit 528832a

Browse files
committed
fix: removed extra param
1 parent ecf8ef0 commit 528832a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/helpers/functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const generateFunctions = async (
107107
}
108108

109109
await writeHandler(HANDLER_FUNCTION_NAME, HANDLER_FUNCTION_TITLE, false)
110-
await writeHandler(ODB_FUNCTION_NAME, ODB_FUNCTION_TITLE, 'Next.js ISR handler', true)
110+
await writeHandler(ODB_FUNCTION_NAME, ODB_FUNCTION_TITLE, true)
111111
}
112112

113113
/**

0 commit comments

Comments
 (0)