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",
|
"version": "0.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve",
|
"start": "NODE_OPTIONS=--openssl-legacy-provider ng serve",
|
||||||
"build": "ng build",
|
"build": "ng build",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"lint": "ng lint",
|
"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);
|
callback(error);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
dbEvents.getEvent(result.insertId,function(error,event){
|
callback(null, result);
|
||||||
if (error){
|
|
||||||
callback(error);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
callback(null,event);
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
Binary file not shown.
Loading…
Reference in New Issue