Skip to content

Commit

Permalink
Apply lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HashidaTKS committed Oct 10, 2024
1 parent 6fd1835 commit 23a19bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/added-domains-reconfirmation.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class AddedDomainsReconfirmation {
return;
}
this.initialized = true;
if(!data.config.common.SafeNewDomainsEnabled) {
if (!data.config.common.SafeNewDomainsEnabled) {
return;
}
if (!data.originalRecipients) {
Expand Down

0 comments on commit 23a19bf

Please sign in to comment.