mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-15 04:13:51 +00:00
format
This commit is contained in:
+4
-4
@@ -16,11 +16,11 @@ const dataPackets = encoder.getDataPackets(timestamp, trackers);
|
||||
const infoPackets = encoder.getInfoPackets(timestamp, trackers);
|
||||
|
||||
dataPackets.forEach((dataPacket) => {
|
||||
console.log('send packet somehow');
|
||||
console.log(dataPacket);
|
||||
console.log('send packet somehow');
|
||||
console.log(dataPacket);
|
||||
});
|
||||
|
||||
infoPackets.forEach((infoPacket) => {
|
||||
console.log('send packet somehow');
|
||||
console.log(infoPacket);
|
||||
console.log('send packet somehow');
|
||||
console.log(infoPacket);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user