Skip to content

Commit

Permalink
added null fn
Browse files Browse the repository at this point in the history
  • Loading branch information
LordFarquaadtheCreator committed Jun 4, 2024
1 parent a121f67 commit 91fd251
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions routes/databaseFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ export function addToDB(client: Client, values: Array<any>) {
throw Error(e);
}
}

export function getFromDB(client: Client, parameters: Array<any>) {
return null;
}

0 comments on commit 91fd251

Please sign in to comment.