We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e2456 commit 4ed4c7aCopy full SHA for 4ed4c7a
backend/src/router/save.js
@@ -10,8 +10,6 @@ module.exports = async function read({ body }) {
10
}
11
12
try {
13
- const fileExists = fs.existsSync(path);
14
-
15
if (fs.existsSync(path)) {
16
const stat = fs.statSync(path);
17
if (!stat.isFile()) {
0 commit comments