From 64f4f763021a9bf0422113f46d8cb1233fe8694f Mon Sep 17 00:00:00 2001 From: Lukian Date: Mon, 16 Sep 2024 17:53:00 +0200 Subject: [PATCH] commit --- libs/mysql.js | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/libs/mysql.js b/libs/mysql.js index a69f65f..af06ed0 100644 --- a/libs/mysql.js +++ b/libs/mysql.js @@ -141,4 +141,20 @@ export function setVerified(connection, username) { resolve(result); }) }) -} \ No newline at end of file +} + +module.exports = { + getConnection, + + getGames, + getGame, + addHelper, + removeHelper, + getHelpers, + + getUser, + addUser, + + getUnverifiedUsers, + setVerified, +};