Skip to content
Snippets Groups Projects
Commit e0d9bbb2 authored by Øivind Haugerøy Larsson's avatar Øivind Haugerøy Larsson
Browse files

secondTest

parent a676ca5f
No related branches found
No related tags found
No related merge requests found
Pipeline #22823 failed
......@@ -26,6 +26,7 @@ module.exports = class PersonDao extends Dao {
var val = [json.navn, json.adresse, json.alder, id];
super.query(
"update person set navn=?, adresse=?, alder=? where id=?",
val,
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