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

@ -30,7 +30,7 @@ collab = { workspace = true }
diesel.workspace = true
uuid.workspace = true
flowy-storage = { workspace = true }
client-api = { version = "0.1.0" }
client-api.workspace = true
tracing.workspace = true
futures-core = { version = "0.3", default-features = false }