Skip to content

Commit 3fa3e2b

Browse files
committed
docs: Fix comment about default temps behavior
1 parent b407d58 commit 3fa3e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service-module/service-module.getters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function makeServiceGetters() {
2424
find: state => params => {
2525
params = params || {}
2626

27-
// Set params.temps to false to not include the tempsById records
27+
// Set params.temps to true to include the tempsById records
2828
params.temps = params.hasOwnProperty('temps') ? params.temps : false
2929

3030
const { paramsForServer, whitelist } = state

0 commit comments

Comments
 (0)