Skip to content

Commit 7b480e5

Browse files
authored
Update packages/runtime/src/helpers/functionsMetaData.ts
1 parent afaa0d2 commit 7b480e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/helpers/functionsMetaData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const writeFunctionConfiguration = async (functionInfo: FunctionInfo) =>
4343
const metadata = {
4444
config: {
4545
name: functionTitle,
46-
generator: `${NEXT_PLUGIN_NAME}@${nextPluginVersion || 'version-not-found'}`,
46+
generator: `${NEXT_PLUGIN_NAME}@${nextPluginVersion || 'unknown'}`,
4747
},
4848
version: 1,
4949
}

0 commit comments

Comments
 (0)