Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Feb 12, 2024
1 parent 39f4963 commit 3bf07dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scriptlets/trusted-create-element.ts
Expand Up @@ -92,7 +92,7 @@ export function trustedCreateElement(
logMessage(source, `${prefix} due to ${getErrorMessage(error)}`);
};

let attributes: ParsedAttributePair[] | null = null;
let attributes: ParsedAttributePair[];

try {
attributes = parseAttributePairs(attributePairs);
Expand Down

0 comments on commit 3bf07dc

Please sign in to comment.