Skip to content
Snippets Groups Projects
Commit 9693532c authored by thombje's avatar thombje
Browse files

Fiksa error i persondao

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