mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
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:
@ -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 }
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user