Pagination and ordering
This commit is contained in:
@ -72,7 +72,7 @@ func doList(db *gorm.DB) {
|
||||
Alive: &TRUE,
|
||||
}
|
||||
|
||||
certs, err := repo.List(filter)
|
||||
certs, err := repo.List(filter, nil, nil)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user