Templates verbessert
This commit is contained in:
parent
56b4a3ab34
commit
e9e0cbf382
11 changed files with 53 additions and 42 deletions
|
@ -81,7 +81,6 @@ func (r *RequestRepo) Add(officeHour models.OfficeHour, action int) (int, error)
|
|||
if err != nil {
|
||||
return 0, err
|
||||
}
|
||||
|
||||
request, err = r.FindBySecret(secret)
|
||||
if err != nil {
|
||||
return request.Id, err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue