Skip to content

Commit 36173e1

Browse files
committed
Nix object clone on unmodified date reference
1 parent 492d8ea commit 36173e1

File tree

1 file changed

+1
-1
lines changed
  • source/views/streaming/streams

1 file changed

+1
-1
lines changed

source/views/streaming/streams/list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class StreamListView extends React.PureComponent {
7171

7272
getStreams = async (date: moment = moment.tz(CENTRAL_TZ)) => {
7373
try {
74-
const dateFrom = date.clone().format('YYYY-MM-DD')
74+
const dateFrom = date.format('YYYY-MM-DD')
7575
const dateTo = date
7676
.clone()
7777
.add(1, 'month')

0 commit comments

Comments
 (0)