Fixed: Case for HandleTrackfile function in SignalR

This commit is contained in:
Qstick 2018-09-01 23:12:02 -04:00
parent 9d2fbddc7d
commit 813f81b3c9

View file

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