mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 17:17:09 +00:00
removing invalid ref
This commit is contained in:
parent
c50389d904
commit
2d12f60a76
@ -226,7 +226,7 @@ object OBPRest extends RestHelper {
|
||||
.withinCenter(longitude, latitude, range_radians)
|
||||
.get
|
||||
|
||||
val choose_items = ChooseItem.findAll(qry)
|
||||
val choose_items = OBPTransaction.findAll(qry)
|
||||
|
||||
// Note: we should be able to sort and limit the results. but don't know the syntax.
|
||||
//val choose_items = ChooseItem.findAll(qry).sortBy("don't know what to put here")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user