webfast 0.1.56 → 0.1.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/modules/express/init.js +3 -0
- package/package.json +1 -1
package/modules/express/init.js
CHANGED
|
@@ -347,6 +347,9 @@ module.exports = async function (program) {
|
|
|
347
347
|
}
|
|
348
348
|
console.log(`Preparing for sending`);
|
|
349
349
|
sendData.images = allImages;
|
|
350
|
+
|
|
351
|
+
// TODO ADD OTHER DATA
|
|
352
|
+
|
|
350
353
|
ws.send(JSON.stringify({ type: 'user', clientId: clientId, data : sendData }));
|
|
351
354
|
|
|
352
355
|
}});
|