Updated application to use bool and int instead of boolean and integer. Also added an order by to the getSubscriptionCounties function
This commit is contained in:
Vendored
+1
-1
@@ -4898,7 +4898,7 @@
|
||||
|
||||
// Public
|
||||
getContent() {
|
||||
return Object.values(this._config.content).map(config => this._resolvePossibleFunction(config)).filter(Boolean);
|
||||
return Object.values(this._config.content).map(config => this._resolvePossibleFunction(config)).filter(bool);
|
||||
}
|
||||
hasContent() {
|
||||
return this.getContent().length > 0;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user