From 0e8ffa05141b06998ea01d80e568603aae8a8b24 Mon Sep 17 00:00:00 2001 From: taichanne30 Date: Thu, 3 Aug 2023 11:36:38 +0900 Subject: [PATCH] lint --- packages/frontend/src/pages/search.note.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/pages/search.note.vue b/packages/frontend/src/pages/search.note.vue index a854c47c7647..3ffb3e65ecb4 100644 --- a/packages/frontend/src/pages/search.note.vue +++ b/packages/frontend/src/pages/search.note.vue @@ -99,7 +99,7 @@ async function search() { }, }; - if (isLocalOnly) notePagination.params.host = '.' + if (isLocalOnly) notePagination.params.host = '.'; key++; }