fix(client::events): Invalid parameter onLoadDownload
This commit is contained in:
@@ -86,7 +86,7 @@ async function onLoadDownload( notification_type, content ){
|
||||
switch ( notification_type ){
|
||||
case NOTIFICATION_TYPE.CLIENT:
|
||||
case NOTIFICATION_TYPE.BOTH:
|
||||
return await ClientEvents.onLoadDownload( load, carrier, onLoadOnDownload, vehicle, driver );
|
||||
return await ClientEvents.onLoadDownload( load, carrier, product, vehicle, driver );
|
||||
default:
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user