Browse Source

fix: frontend lint

Also fix desktop download instructions
Gabriel Horner 3 months ago
parent
commit
3c93fd2637
2 changed files with 1 additions and 2 deletions
  1. 1 1
      README.md
  2. 0 1
      src/main/frontend/handler/db_based/rtc_flows.cljs

+ 1 - 1
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.

+ 0 - 1
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]))