mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-28 13:45:38 +01:00
Updated DataExtension API Builders (markdown)
parent
ecfe12fd40
commit
5692219b5d
@ -68,7 +68,7 @@ public ExtensionDataBuilder lotsOfServerData() {
|
||||
if (database == null) throw new NotReadyException();
|
||||
return database.getHouseCount();
|
||||
})
|
||||
).addValue(Long.class builder.valueBuilder("Superheroes")
|
||||
).addValue(Long.class, builder.valueBuilder("Superheroes")
|
||||
.buildNumber(this::getSuperheroCount)
|
||||
);
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user