Browse Source

Fix lint errors

pull/32/merge
Luke Childs 2 years ago
parent
commit
2c48e61d38
  1. 2
      api/data.js

2
api/data.js

@ -22,4 +22,4 @@ const getData = async () => {
return data;
};
module.exports = async (request, response) => response.json(await getData())
module.exports = async (request, response) => response.json(await getData());

Loading…
Cancel
Save