@@ -3,7 +3,7 @@ import { type Model, type Document, Schema } from 'mongoose';
import { getOrCreateModel } from '~/server/util/mongoose-utils';
-const DAYS_UNTIL_EXPIRATION = 30;
+const DAYS_UNTIL_EXPIRATION = 3;
const generateExpirationDate = (): Date => {
const currentDate = new Date();