We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b407d58 commit 3fa3e2bCopy full SHA for 3fa3e2b
src/service-module/service-module.getters.ts
@@ -24,7 +24,7 @@ export default function makeServiceGetters() {
24
find: state => params => {
25
params = params || {}
26
27
- // Set params.temps to false to not include the tempsById records
+ // Set params.temps to true to include the tempsById records
28
params.temps = params.hasOwnProperty('temps') ? params.temps : false
29
30
const { paramsForServer, whitelist } = state
0 commit comments