Skip to content

Commit

Permalink
Merge pull request #51 from bakerkretzmar/fix-username-empty-string
Browse files Browse the repository at this point in the history
Omit username if it's an empty string
  • Loading branch information
bakerkretzmar authored Dec 15, 2024
2 parents 20842a1 + 546598b commit 591a065
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 591a065

Please sign in to comment.