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 b5a07d0 commit b863497Copy full SHA for b863497
source/views/streaming/streams/list.js
@@ -69,9 +69,8 @@ export class StreamListView extends React.PureComponent {
69
this.setState(() => ({refreshing: false}))
70
}
71
72
- getStreams = async () => {
+ getStreams = async (date: moment = moment.tz(CENTRAL_TZ)) => {
73
try {
74
- const date = moment.tz(CENTRAL_TZ)
75
const dateFrom = date.format('YYYY-MM-DD')
76
const dateTo = date.add(1, 'month').format('YYYY-MM-DD')
77
0 commit comments