literally nothing
This commit is contained in:
parent
1e40d78dcd
commit
3dba00b0b6
2 changed files with 11 additions and 11 deletions
|
@ -24,7 +24,7 @@ class Organisation {
|
|||
class Organisations {
|
||||
|
||||
List<Organisation> getTestData() {
|
||||
var numItems = 200;
|
||||
var numItems = 10;
|
||||
var itemsList = new List<Organisation>();
|
||||
|
||||
for (int i = 0; i < numItems; i++) {
|
||||
|
|
Reference in a new issue