Skip to content
Snippets Groups Projects
Commit 93f8e605 authored by Name's avatar Name
Browse files

test modified delete

parent 81d4d798
No related branches found
No related tags found
No related merge requests found
Pipeline #49737 passed
...@@ -33,7 +33,7 @@ module.exports = class PersonDao extends Dao { ...@@ -33,7 +33,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