From b7e9d80f06c2ab106faebe7b667eca396bd63b35 Mon Sep 17 00:00:00 2001 From: William Andersson <williaan@stud.ntnu.no> Date: Tue, 25 Sep 2018 00:14:44 +0200 Subject: [PATCH] shalom --- dao/persondao.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dao/persondao.js b/dao/persondao.js index 987542b..dde10c7 100644 --- a/dao/persondao.js +++ b/dao/persondao.js @@ -20,5 +20,6 @@ module.exports = class PersonDao extends Dao { val, callback ); + //yo } }; -- GitLab