mirror of
https://github.com/documize/community.git
synced 2025-07-29 18:19:44 +02:00
Removed spaces
This commit is contained in:
parent
4b543733e7
commit
cccf160d37
4 changed files with 0 additions and 9 deletions
|
@ -60,10 +60,6 @@ func (s Store) Get(ctx domain.RequestContext, id string) (document doc.Document,
|
|||
WHERE c_orgid=? AND c_refid=?`),
|
||||
ctx.OrgID, id)
|
||||
|
||||
if err != nil {
|
||||
err = errors.Wrap(err, "execute select document")
|
||||
}
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue