fix(client::events): Invalid parameter onLoadDownload

This commit is contained in:
Josepablo C
2025-07-23 20:49:59 -06:00
parent e2bd4b8343
commit 95704d3556

View File

@@ -86,7 +86,7 @@ async function onLoadDownload( notification_type, content ){
switch ( notification_type ){ switch ( notification_type ){
case NOTIFICATION_TYPE.CLIENT: case NOTIFICATION_TYPE.CLIENT:
case NOTIFICATION_TYPE.BOTH: case NOTIFICATION_TYPE.BOTH:
return await ClientEvents.onLoadDownload( load, carrier, onLoadOnDownload, vehicle, driver ); return await ClientEvents.onLoadDownload( load, carrier, product, vehicle, driver );
default: default:
return; return;
} }