Skip to content
Snippets Groups Projects
Commit 07b84af1 authored by Andrey Azov's avatar Andrey Azov
Browse files

Remove extra paren

parent 52ecf56d
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ module.exports = async (req, res) => {
const index = require('build/indices/index.json');
res.json({ success: true });
} catch (error) {
const files = fs.readdirSync('.'));
const files = fs.readdirSync('.');
res.json({ error, files });
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment