mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-10-28 04:05:21 +08:00
feature (orgmode): use emacs to export org documents
This commit is contained in:
@ -151,7 +151,7 @@ func ShareVerifyProof(ctx App, res http.ResponseWriter, req *http.Request) {
|
||||
Key: fmt.Sprint(ctx.Body["type"]),
|
||||
Value: fmt.Sprint(ctx.Body["value"]),
|
||||
}
|
||||
verifiedProof = model.ShareProofGetAlreadyVerified(req, &ctx)
|
||||
verifiedProof = model.ShareProofGetAlreadyVerified(req)
|
||||
requiredProof = model.ShareProofGetRequired(s)
|
||||
|
||||
// 2) validate the current context
|
||||
|
||||
Reference in New Issue
Block a user