make it clear it is a getter
This commit is contained in:
parent
14a6638857
commit
ba411e4212
1 changed files with 4 additions and 0 deletions
|
|
@ -74,6 +74,10 @@ class LightningServices {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
getServices() {
|
||||||
|
return this.services
|
||||||
|
}
|
||||||
|
|
||||||
get servicesData() {
|
get servicesData() {
|
||||||
return this.lnServicesData
|
return this.lnServicesData
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue