summaryrefslogtreecommitdiffstats
path: root/internal/models/organisations.go
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-02-12 13:57:52 +0000
committerMatthew Lemon <y@yulqen.org>2024-02-12 13:57:52 +0000
commit752ee52dcd487253bc1662b1ba157732f73d27cf (patch)
treea2c3c3d36177fc9ba90fcc1d85798ba943268579 /internal/models/organisations.go
parentc1c0ddbf61860b863f1e3ac11caea7407eef2412 (diff)
wip: mating EPs with Operations
Diffstat (limited to 'internal/models/organisations.go')
-rw-r--r--internal/models/organisations.go2
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
}