Skip to content

Commit

Permalink
Merge pull request #1435 from terwer/dev
Browse files Browse the repository at this point in the history
fix: pic upload error in some cases
  • Loading branch information
terwer authored Nov 16, 2024
2 parents 71f0066 + dea8f2a commit 30927d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"zhi-gitlab-middleware": "^0.10.0",
"zhi-lib-base": "^0.8.0",
"zhi-notion-markdown": "^0.1.4",
"zhi-siyuan-api": "^2.23.0",
"zhi-siyuan-api": "^2.22.0",
"zhi-siyuan-picgo": "1.11.2",
"zhi-xmlrpc-middleware": "^0.6.21"
},
Expand Down
2 changes: 1 addition & 1 deletion src/composables/usePicgoBridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ const usePicgoBridge = () => {
}
}

export { usePicgoBridge }
export { usePicgoBridge }

0 comments on commit 30927d2

Please sign in to comment.