Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.
Prev Previous commit
Next Next commit
Cleanup: Remove unnecessary require
We do not need `existsSync` in the `setupNetlifyFunctionForPage` helper.
  • Loading branch information
FinnWoelm committed Oct 24, 2020
commit 933520ed6a9f2456b4be3e7930e55730aed7c449
2 changes: 1 addition & 1 deletion lib/helpers/setupNetlifyFunctionForPage.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { copySync, existsSync } = require("fs-extra");
const { copySync } = require("fs-extra");
const { join } = require("path");
const {
NEXT_DIST_DIR,
Expand Down