fix vbs database
continuous-integration/drone/push Build was killed Details

master
Hannah 2026-07-15 00:58:47 -06:00
parent ddf919db80
commit b5ad255ccd
7 changed files with 6423 additions and 14792 deletions

BIN
.DS_Store vendored 100644

Binary file not shown.

21187
Client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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",

BIN
Server/.DS_Store vendored 100644

Binary file not shown.

BIN
Server/src/.DS_Store vendored 100644

Binary file not shown.

View File

@ -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);
});
}

BIN
Server/src/routes/.DS_Store vendored 100644

Binary file not shown.