chore: defaults

This commit is contained in:
cha0s 2019-10-01 22:42:04 -05:00
parent bf01a5d86b
commit db11cffe80

View File

@ -3,7 +3,7 @@ import schemapack from 'schemapack';
export class Packet {
constructor(data) {
constructor(data = {}) {
this.data = data;
}