From 59167c8aeb20b28b91945570cbdc7a55662e2239 Mon Sep 17 00:00:00 2001 From: William Chong Date: Thu, 26 Oct 2023 14:26:41 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Guard=20label=20not=20set=20as?= =?UTF-8?q?=20string?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/logger.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/logger.ts b/utils/logger.ts index cc4e7cc8..51b02f48 100644 --- a/utils/logger.ts +++ b/utils/logger.ts @@ -46,7 +46,7 @@ export function logTrackerEvent( vue: Vue, category: string, action: string, - label: string, + label: string = '', value: number, ) { try {