fix lint failure (#9440)

This commit is contained in:
✨ Audrey ✨ 2024-05-30 14:34:36 -04:00 committed by GitHub
parent 0ef5ab79c6
commit bb277565df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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",