fix(interface) small camelcase error

This commit is contained in:
Tanner Shaw
2023-08-23 14:41:18 -05:00
parent 8ac7d850e2
commit b4cfdf1ef4

View File

@@ -43,7 +43,7 @@ export default function Mock(io: SocketIOServer) {
id: faker.number.bigInt().toString(),
roomId: BigInt('20945462742745557191488383979949684808523754877925170533224967224808050898610'),
message: picker.pick(),
timestamp: Date.now().toString(),
timeStamp: Date.now().toString(),
epoch: Math.floor(Date.now() / 10000)
};
console.log('SENDING TEST MESSAGE');