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.
This commit is contained in:
mantrakp04 2026-06-29 10:00:19 -07:00
parent 835206c582
commit 2fd1e09865

View File

@ -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",