Skip to content

Commit 4f34543

Browse files
committed
chore: prettier
1 parent c38c955 commit 4f34543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/helpers/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const configureHandlerFunctions = ({ netlifyConfig, publish, ignore = []
6868
/* eslint-disable no-underscore-dangle */
6969
netlifyConfig.functions._ipx ||= {}
7070
netlifyConfig.functions._ipx.node_bundler = 'nft'
71-
71+
7272
/* eslint-enable no-underscore-dangle */
7373
;[HANDLER_FUNCTION_NAME, ODB_FUNCTION_NAME].forEach((functionName) => {
7474
netlifyConfig.functions[functionName] ||= { included_files: [], external_node_modules: [] }

0 commit comments

Comments
 (0)