We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0005268 commit 122eca2Copy full SHA for 122eca2
1 file changed
src/http/services/systems/system.class.ts
@@ -52,7 +52,7 @@ export class EngineSystem extends EngineResource<EngineSystemsService> {
52
super(_service, raw_data);
53
this.description = raw_data.description || '';
54
this.email = raw_data.email || '';
55
- this.capacity = raw_data.capacity || '';
+ this.capacity = raw_data.capacity || 0;
56
this.features = raw_data.features || '';
57
this.bookable = raw_data.bookable || '';
58
this.installed_ui_devices = raw_data.installed_ui_devices || 0;
0 commit comments