diff --git a/daos/collection.go b/daos/collection.go index 5d116b3d..2e8ec550 100644 --- a/daos/collection.go +++ b/daos/collection.go @@ -16,7 +16,7 @@ func (dao *Dao) CollectionQuery() *dbx.SelectQuery { return dao.ModelQuery(&models.Collection{}) } -// FindCollectionsByType finds all collections by the given type +// FindCollectionsByType finds all collections by the given type. func (dao *Dao) FindCollectionsByType(collectionType string) ([]*models.Collection, error) { collections := []*models.Collection{}