mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +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.";
|
throw "Unable to obtain Fastmail masked email account ID.";
|
||||||
}
|
}
|
||||||
|
|
||||||
const forDomain = (options.website || "");
|
const forDomain = options.website || "";
|
||||||
|
|
||||||
const requestInit: RequestInit = {
|
const requestInit: RequestInit = {
|
||||||
redirect: "manual",
|
redirect: "manual",
|
||||||
|
|||||||
Reference in New Issue
Block a user