🎨 Support downloading cloud data snapshots to local on demand https://github.com/siyuan-note/siyuan/issues/8057

This commit is contained in:
Liang Ding 2023-04-21 17:05:55 +08:00
parent c2dafe4899
commit 3b2a439db9
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -175,9 +175,6 @@ func getRepoSnapshots(c *gin.Context) {
"pageCount": pageCount,
"totalCount": totalCount,
}
model.GetCloudRepoSnapshots("")
}
func getCloudRepoSnapshots(c *gin.Context) {