Fixed: Case for HandleTrackfile function in SignalR

pull/481/head
Qstick 6 years ago
parent 9d2fbddc7d
commit 813f81b3c9

@ -194,7 +194,7 @@ class SignalRConnector extends Component {
}
}
handleTrackFile = (body) => {
handleTrackfile = (body) => {
const section = 'trackFiles';
if (body.action === 'updated') {

Loading…
Cancel
Save