Skip to content

Commit ab47d0c

Browse files
committed
changed to fall 2025 points
1 parent f909b29 commit ab47d0c

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)