Skip to content

Commit

Permalink
fix(auth-api): Fix the generated production workspace name
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Jul 24, 2024
1 parent 40831b9 commit 30f135b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/auth-api/src/routes/workspace.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ router.post("/workspaces/setup-production-workspace", async (ctx) => {
user,
InstanceEnvType.SI,
"https://app.systeminit.com",
`${user.nickname}'s Production Workspace Derp`,
`${user.nickname}'s Production Workspace`,
hasDefaultWorkspace === null || hasDefaultWorkspace === undefined,
);

Expand Down

0 comments on commit 30f135b

Please sign in to comment.