From 3bf0a4a64cf626f1525e03d61b06fa0d5e1a29dd Mon Sep 17 00:00:00 2001 From: Juaco <37385297+jasanchez1@users.noreply.github.com> Date: Fri, 5 Jul 2024 12:48:38 +0200 Subject: [PATCH] fix: X-UA header device type typo (#45) --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 3cf5b16..08def16 100644 --- a/src/index.ts +++ b/src/index.ts @@ -199,7 +199,7 @@ export class TopsortBanner extends LitElement { headers: { Authorization: `Bearer ${token}`, "Content-Type": "application/json", - "X-UA": `topsort/banners-${import.meta.env.PACKAGE_VERSION} (${device}})`, + "X-UA": `topsort/banners-${import.meta.env.PACKAGE_VERSION} (${device})`, }, body: JSON.stringify({ auctions: [auction],