Skip to content

Commit 79b3f03

Browse files
authored
Merge pull request #146 from HackRU/Fall2025-Points
Fall2025 points
2 parents 943ed58 + ab47d0c commit 79b3f03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/functions/points/handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const points: ValidatedEventAPIGatewayProxyEvent<typeof schema> = async (event)
2626
const db = MongoDB.getInstance(process.env.MONGO_URI);
2727
await db.connect();
2828
const users = db.getCollection('users');
29-
const pointsCollection = db.getCollection('s25-points-syst');
29+
const pointsCollection = db.getCollection('f25-points-syst');
3030

3131
// Make sure user exists
3232
const user = await users.findOne({ email: email });

0 commit comments

Comments
 (0)