diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-12 13:57:52 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-12 13:57:52 +0000 |
commit | 752ee52dcd487253bc1662b1ba157732f73d27cf (patch) | |
tree | a2c3c3d36177fc9ba90fcc1d85798ba943268579 /internal/models/organisations.go | |
parent | c1c0ddbf61860b863f1e3ac11caea7407eef2412 (diff) |
wip: mating EPs with Operations
Diffstat (limited to '')
-rw-r--r-- | internal/models/organisations.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/models/organisations.go b/internal/models/organisations.go index b765f91..88f7bc9 100644 --- a/internal/models/organisations.go +++ b/internal/models/organisations.go @@ -82,6 +82,4 @@ func (m *OrganisationModel) Latest() ([]Organisation, error) { } return organisations, err - - return nil, nil } |