Skip to content

Commit

Permalink
Removing unnecessary leftover check
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriana Baldacchino committed Aug 25, 2023
1 parent 996367a commit c176fe4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/http/services/overleaf/overleaf.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,6 @@ func (s *svc) handleExport(w http.ResponseWriter, r *http.Request) {
return
}

if err != nil {
// Validate query handles errors
return
}

resource := statRes.Info

// User needs to have download rights to export to Overleaf
Expand Down

0 comments on commit c176fe4

Please sign in to comment.