From 2fd1e098650a43b9f0e8f1d80ec1752f92a7a936 Mon Sep 17 00:00:00 2001 From: mantrakp04 Date: Mon, 29 Jun 2026 10:00:19 -0700 Subject: [PATCH] fix: update GitHub owner in seedDummyProject function - Changed the GitHub owner from "mantrakp04" to "hexcalve" in the seedDummyProject function to reflect the correct repository ownership. This update ensures that the dummy data seeding process points to the appropriate GitHub account. --- apps/backend/src/lib/seed-dummy-data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/backend/src/lib/seed-dummy-data.ts b/apps/backend/src/lib/seed-dummy-data.ts index 259064d32..bf96b91ad 100644 --- a/apps/backend/src/lib/seed-dummy-data.ts +++ b/apps/backend/src/lib/seed-dummy-data.ts @@ -2174,7 +2174,7 @@ export async function seedDummyProject(options: SeedDummyProjectOptions): Promis branchId: DEFAULT_BRANCH_ID, source: { type: "pushed-from-github", - owner: "mantrakp04", + owner: "hexcalve", repo: "config-test", branch: "main", commit_hash: "abc123def456789",