mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-10-29 09:07:30 +08:00
feature (orgmode): use emacs to export org documents
This commit is contained in:
@ -249,7 +249,7 @@ func ShareProofVerifier(ctx *App, s Share, proof Proof) (Proof, error) {
|
||||
return p, nil
|
||||
}
|
||||
|
||||
func ShareProofGetAlreadyVerified(req *http.Request, ctx *App) []Proof {
|
||||
func ShareProofGetAlreadyVerified(req *http.Request) []Proof {
|
||||
var p []Proof
|
||||
var cookieValue string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user