Skip to content

Commit

Permalink
Merge pull request #4210 from systeminit/fix(auth-api)--Fix-the-gener…
Browse files Browse the repository at this point in the history
…ated-production-workspace-name

fix(auth-api): Fix the generated production workspace name
  • Loading branch information
stack72 authored Jul 24, 2024
2 parents 40831b9 + 30f135b commit d735c04
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 d735c04

Please sign in to comment.