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.

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

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); callback(error);
return; return;
} }
dbEvents.getEvent(result.insertId,function(error,event){ callback(null, result);
if (error){
callback(error);
return;
}
callback(null,event);
});
}); });
} }

BIN
Server/src/routes/.DS_Store vendored 100644

Binary file not shown.