From b66548c3353b287064cfd94187871374ed0c520f Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 16 Feb 2024 08:46:32 -0400 Subject: html: minor eslint fixes --- src/util/html.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/util/html.js b/src/util/html.js index 69819669..ddc0277a 100644 --- a/src/util/html.js +++ b/src/util/html.js @@ -170,7 +170,7 @@ export function metatag(identifier, ...args) { args[0] instanceof Tag || args[0] instanceof Template) ) { - opts = args[0]; + opts = args[0]; /* eslint-disable-line no-unused-vars */ content = args[1]; } else { content = args[0]; @@ -723,7 +723,7 @@ export class Attributes { throw new Error( `Expected Attributes, Template, or object, ` + - `got ${typeAppearance(attribute)}`); + `got ${typeAppearance(attributes)}`); } #addOneAttribute(attribute, value) { -- cgit 1.3.0-6-gf8a5