Remove unecessary properties

f_influx-checks
Ruakij 3 years ago
parent a1ce7a848b
commit 1976838d8a

@ -38,10 +38,6 @@ const FLAG_TYPE_MAPS_REGEX = Object.keys(FLAG_TYPE_MAP).join('|');
* Read data from text-blocks and convert them to Packet
*/
class PacketStreamFactory extends Transform{
matcher;
withholdLastBlock;
matchAllOnFlush;
constructor(){
super({
readableObjectMode: true,

Loading…
Cancel
Save