salesforce / offline-app-developer-starter-kit

BSD 3-Clause "New" or "Revised" License
46 stars 30 forks source link

Using getter to remove lint warnings. #86

Closed sfdctaka closed 8 months ago

sfdctaka commented 8 months ago

Read only constants can be wrapped inside getters to avoid lint warnings.

Consolidated empty string initial values.