fix vbs database
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
parent
ddf919db80
commit
b5ad255ccd
File diff suppressed because it is too large
Load Diff
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"start": "NODE_OPTIONS=--openssl-legacy-provider ng serve",
|
||||
"build": "ng build",
|
||||
"test": "ng test",
|
||||
"lint": "ng lint",
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
|
@ -8,12 +8,6 @@ exports.insertVBS = function(year, email, firstName, lastName, data, callback){
|
|||
callback(error);
|
||||
return;
|
||||
}
|
||||
dbEvents.getEvent(result.insertId,function(error,event){
|
||||
if (error){
|
||||
callback(error);
|
||||
return;
|
||||
}
|
||||
callback(null,event);
|
||||
});
|
||||
callback(null, result);
|
||||
});
|
||||
}
|
||||
Binary file not shown.
Loading…
Reference in New Issue