chore: add semicolon

This commit is contained in:
Juan Picado @jotadeveloper
2019-04-04 22:30:25 +02:00
parent f49330cf1a
commit 676ce592a5

View File

@@ -2,4 +2,4 @@ const path = require('path');
module.exports = () => {
return path.join(__dirname, 'static');
}
};