Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Apr 18, 2021
1 parent 997b48e commit 9a86d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapter-vercel/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { writeFileSync, mkdirSync, renameSync } = require('fs');
const { writeFileSync } = require('fs');
const { resolve, join } = require('path');

module.exports = function () {
Expand Down

0 comments on commit 9a86d48

Please sign in to comment.