-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed a typo in the comment by changing "recipriocal" to "reciprocal".
- Improved argument processing in the example by using conditional assignment and added explicit type annotations to improve readability. - Updated the `fromDomainsNamesAndEmailsArgs` method to split arguments using a specified delimiter and provide a list of `Domain` instances. - Updated the `startServer` method to return a structured object with `http` and `https` servers instead of a list of `HttpServer`s.
- Loading branch information
Showing
3 changed files
with
76 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters