Skip to content

Commit

Permalink
Omit username if it's an empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerkretzmar committed Dec 15, 2024
1 parent 20842a1 commit 546598b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/forge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class Forge {
aliases,
directory: '/public',
isolated,
username,
username: username || undefined,
database,
php_version: php || undefined,
})
Expand Down

0 comments on commit 546598b

Please sign in to comment.