From 922fe7e2106d42757cabdcb0e7c7be383274a5fd Mon Sep 17 00:00:00 2001 From: Harvmaster Date: Wed, 20 May 2026 13:07:07 +0000 Subject: [PATCH] Add todo note --- src/app.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.ts b/src/app.ts index db58b3f..f69751e 100644 --- a/src/app.ts +++ b/src/app.ts @@ -7,6 +7,7 @@ import type { InvitationSchema } from './utils/invitation-parser.js'; export class App { static async create() { + // TODO: Make this configurable const invitationStoragePath = "./xo-invitations.db"; // Create the invitation store (this is a in-memory store for now)