From ba93e540b644434b821f86f2ea0be3c02fa05933 Mon Sep 17 00:00:00 2001 From: "Hung-Han (Henry) Chen" Date: Tue, 6 Feb 2024 17:22:24 +0200 Subject: [PATCH] Fix comment Signed-off-by: Hung-Han (Henry) Chen --- src/BusinessService.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/BusinessService.ts b/src/BusinessService.ts index 64cdb324..81f2d88f 100644 --- a/src/BusinessService.ts +++ b/src/BusinessService.ts @@ -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; };