Skip to content

Commit

Permalink
js formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amitu committed Jan 4, 2024
1 parent 48e948c commit 7223430
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fastn-js/js/dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -2584,7 +2584,9 @@ class Node2 {
fastn_utils.getStaticValue(staticValue.get("light")),
);
} else if (
kind === fastn_dom.PropertyKind.DocumentProperties.MetaFacebookDomainVerification
kind ===
fastn_dom.PropertyKind.DocumentProperties
.MetaFacebookDomainVerification
) {
if (fastn_utils.isNull(staticValue)) {
this.removeMetaTagByName("facebook-domain-verification");
Expand Down

0 comments on commit 7223430

Please sign in to comment.