fix lint failure (#9440)
This commit is contained in:
parent
0ef5ab79c6
commit
bb277565df
|
@ -14,7 +14,7 @@ export class FastmailForwarder implements Forwarder {
|
|||
throw "Unable to obtain Fastmail masked email account ID.";
|
||||
}
|
||||
|
||||
const forDomain = (options.website || "");
|
||||
const forDomain = options.website || "";
|
||||
|
||||
const requestInit: RequestInit = {
|
||||
redirect: "manual",
|
||||
|
|
Loading…
Reference in New Issue