Skip to content

Commit 5ebd2bd

Browse files
committed
style: lint
1 parent 7b52c85 commit 5ebd2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/helpers/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export const configureHandlerFunctions = async ({ netlifyConfig, publish, ignore
9494
}
9595

9696
/* eslint-enable no-underscore-dangle */
97-
;[HANDLER_FUNCTION_NAME, ODB_FUNCTION_NAME].forEach((functionName) => {
97+
[HANDLER_FUNCTION_NAME, ODB_FUNCTION_NAME].forEach((functionName) => {
9898
netlifyConfig.functions[functionName] ||= { included_files: [], external_node_modules: [] }
9999
netlifyConfig.functions[functionName].node_bundler = 'nft'
100100
netlifyConfig.functions[functionName].included_files ||= []

0 commit comments

Comments
 (0)