more cleanups and polish for sharing and reserving (#122, #41)

This commit is contained in:
Michael Quigley
2022-11-30 14:38:49 -05:00
parent 3f5c5003de
commit 301249fe4a
18 changed files with 227 additions and 20 deletions

View File

@ -53,7 +53,7 @@ func (h *unaccessHandler) Handle(params service.UnaccessParams, principal *rest_
return service.NewUnaccessUnauthorized()
}
sfe, err := str.FindFrontendNamed(feToken, tx)
sfe, err := str.FindFrontendWithToken(feToken, tx)
if err != nil {
logrus.Error(err)
return service.NewUnaccessInternalServerError()