From c58ed2dbe42fdf33ba8ab82b47a174a39865837a Mon Sep 17 00:00:00 2001 From: Emiliano Heyns Date: Thu, 5 Sep 2024 16:04:04 +0200 Subject: [PATCH] cleanup --- client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.ts b/client.ts index 457eff2..bd042e7 100644 --- a/client.ts +++ b/client.ts @@ -1,5 +1,5 @@ declare const Zotero: any export const is7 = Zotero.platformMajorVersion >= 102 -export const platform = ['Win', 'Mac', 'Linux'].find(n => Zotero[`is${n}`]) || 'Unknown', +export const platform = ['Win', 'Mac', 'Linux'].find(n => Zotero[`is${n}`]) || 'Unknown' export const client = Zotero.clientName.toLowerCase().replace('-', '')