fix: ws connect with invalid token (#5282)

* chore: bump client api

* chore: fix potentail ws connect with invalid token

* fix: cargo clippy

---------

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
This commit is contained in:
Nathan.fooo
2024-05-07 17:37:11 +08:00
committed by GitHub
parent dc813d85a8
commit b4279f8004
12 changed files with 152 additions and 117 deletions

View File

@ -31,7 +31,7 @@ collab-database = { workspace = true, optional = true }
collab-document = { workspace = true, optional = true }
collab-plugins = { workspace = true, optional = true }
collab-folder = { workspace = true, optional = true }
client-api = { version = "0.1.0", optional = true }
client-api = { workspace = true, optional = true }
tantivy = { version = "0.21.1", optional = true }