From 0dce86f23bc0ef10587eb016557111bb5409a208 Mon Sep 17 00:00:00 2001 From: oivindhl <oivindhl@stud.ntnu.no> Date: Mon, 24 Sep 2018 23:17:53 +0200 Subject: [PATCH] =?UTF-8?q?Kj=C3=B8r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dao/persondao.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dao/persondao.js b/dao/persondao.js index 987542b..b6cf10c 100644 --- a/dao/persondao.js +++ b/dao/persondao.js @@ -21,4 +21,8 @@ module.exports = class PersonDao extends Dao { callback ); } + + updateOne() { + + } }; -- GitLab