Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Hung-Han (Henry) Chen <[email protected]>
  • Loading branch information
chenhunghan committed Feb 6, 2024
1 parent cbc5008 commit ba93e54
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/BusinessService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,8 @@ export type VerifiedDomain = {
*/
updatedAt: string;
/**
* The verified domain.
*
* @remarks when create/update, should be with protocol e.g. `https://domain.name`, however the GET one/all endpoint only return hostname `domain.name`
*
* The verified domain without protocol/params/query.
* e.g. "example.com.fi"
*/
doamin: string;
};
Expand Down

0 comments on commit ba93e54

Please sign in to comment.