Skip to content
Snippets Groups Projects
Commit 0486da14 authored by Jørgen Steig's avatar Jørgen Steig
Browse files

Update persondao.js

parent d45c18de
No related branches found
No related tags found
No related merge requests found
Pipeline #49684 passed
...@@ -31,7 +31,7 @@ module.exports = class PersonDao extends Dao { ...@@ -31,7 +31,7 @@ module.exports = class PersonDao extends Dao {
} }
deleteOne(id, callback){ deleteOne(id, callback){
super.query( super.query(
"delete from person where id = ?"), "delete from person where id = ?",
[id], [id],
callback callback
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment