feat(storage): turn on capability for last selection

pull/18783/head
jlapacik 2020-06-25 14:54:35 -07:00
parent 19f17f377f
commit 81681fc7dc
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ func NewStore(viewer reads.Viewer) reads.Store {
Count: true,
Sum: true,
First: true,
Last: true,
},
}
}