mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
fix lint failure (#9440)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user