Change website default value to empty string.

Fastmail API returns and error when passed a null value in forDomain.
Empty string is the preferred blank option.
This commit is contained in:
yara 2024-05-10 09:54:06 -04:00
parent 8e97c1c8e4
commit 386a171c18
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import { Forwarders } from "../options/constants";
import { EmailPrefixOptions, ApiOptions } from "../options/forwarder-options";
export const DefaultFastmailOptions: ApiOptions & EmailPrefixOptions = Object.freeze({
website: null,
website: "",
domain: "",
prefix: "",
token: "",