Skip to content

Commit

Permalink
fix: import notion zip file that do not have root dir (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy authored Oct 17, 2024
1 parent ffee47d commit 6c9ab2b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -304,13 +304,13 @@ debug = true
[patch.crates-io]
# It's diffcult to resovle different version with the same crate used in AppFlowy Frontend and the Client-API crate.
# So using patch to workaround this issue.
collab = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "242c4c105c5d4310d1d7b4445415b52db94cccd4" }
collab-entity = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "242c4c105c5d4310d1d7b4445415b52db94cccd4" }
collab-folder = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "242c4c105c5d4310d1d7b4445415b52db94cccd4" }
collab-document = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "242c4c105c5d4310d1d7b4445415b52db94cccd4" }
collab-user = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "242c4c105c5d4310d1d7b4445415b52db94cccd4" }
collab-database = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "242c4c105c5d4310d1d7b4445415b52db94cccd4" }
collab-importer = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "242c4c105c5d4310d1d7b4445415b52db94cccd4" }
collab = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "f86ee25754d04a996b5e18d2c84576b0d5223b16" }
collab-entity = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "f86ee25754d04a996b5e18d2c84576b0d5223b16" }
collab-folder = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "f86ee25754d04a996b5e18d2c84576b0d5223b16" }
collab-document = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "f86ee25754d04a996b5e18d2c84576b0d5223b16" }
collab-user = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "f86ee25754d04a996b5e18d2c84576b0d5223b16" }
collab-database = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "f86ee25754d04a996b5e18d2c84576b0d5223b16" }
collab-importer = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "f86ee25754d04a996b5e18d2c84576b0d5223b16" }

[features]
history = []
Expand Down

0 comments on commit 6c9ab2b

Please sign in to comment.