From ced458229bd59ad495e914799f0f26c3b53d9a42 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Sun, 24 Aug 2025 09:52:29 +1200 Subject: [PATCH] Lint --- src/localization/zh-TW/en.json | 2 +- src/stores/vrcx.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/localization/zh-TW/en.json b/src/localization/zh-TW/en.json index 1042efee..ceab366f 100644 --- a/src/localization/zh-TW/en.json +++ b/src/localization/zh-TW/en.json @@ -1191,7 +1191,7 @@ "content_stickers": "貼紙", "content_pedestals": "分享座", "content_prints": "拍立得", - "content_drones": "無人機" + "content_drones": "無人機", "content_items": "物件", "world_id": "世界 ID", "instance_id": "房間 ID", diff --git a/src/stores/vrcx.js b/src/stores/vrcx.js index 2c237467..2ffed405 100644 --- a/src/stores/vrcx.js +++ b/src/stores/vrcx.js @@ -364,7 +364,7 @@ export const useVrcxStore = defineStore('Vrcx', () => { location: locationStore.lastLocation.location }; database.addGamelogExternalToDatabase(entry); - if (notify){ + if (notify) { notificationStore.queueGameLogNoty(entry); } gameLogStore.addGameLog(entry);