From 676ce592a5ca89d4207ae5fc6ac24ec18dd5ddd3 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Thu, 4 Apr 2019 22:30:25 +0200 Subject: [PATCH] chore: add semicolon --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 4d851b3..b0ecfd9 100644 --- a/index.js +++ b/index.js @@ -2,4 +2,4 @@ const path = require('path'); module.exports = () => { return path.join(__dirname, 'static'); -} +};