From 3c93fd2637d9615a3fd99b11c73d40a8c4f0ff2d Mon Sep 17 00:00:00 2001 From: Gabriel Horner Date: Fri, 11 Jul 2025 09:20:18 -0400 Subject: [PATCH] fix: frontend lint Also fix desktop download instructions --- README.md | 2 +- src/main/frontend/handler/db_based/rtc_flows.cljs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f6031fe3d1..bcf5e786ba 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ The DB version is in beta status while the new mobile app and RTC is in alpha. T To get started with the DB version: * To try the latest web version, go to https://test.logseq.com/. -* To try the latest desktop version, go to https://github.com/logseq/logseq/actions/workflows/build-desktop-release.yml and click on the latest release. Scroll to the bottom and under the `Artifacts` section download the artifact for your operating system. +* To try the latest desktop version, login to Github and go to https://github.com/logseq/logseq/actions/workflows/build-desktop-release.yml and click on the latest release. Scroll to the bottom and under the `Artifacts` section download the artifact for your operating system. * To report bugs, please file them at https://github.com/logseq/db-test/issues. * For feature or enhancement requests, please file them on Discord on the `#db-feedback` channel. * For discussion, see the `#db-chat` channel in Discord. diff --git a/src/main/frontend/handler/db_based/rtc_flows.cljs b/src/main/frontend/handler/db_based/rtc_flows.cljs index 1b9cda2e0c..3378dd4cb8 100644 --- a/src/main/frontend/handler/db_based/rtc_flows.cljs +++ b/src/main/frontend/handler/db_based/rtc_flows.cljs @@ -4,7 +4,6 @@ [frontend.flows :as flows] [frontend.mobile.flows :as mobile-flows] [frontend.state :as state] - [frontend.util :as util] [logseq.common.util :as common-util] [missionary.core :as m]) (:import [missionary Cancelled]))