chore: code clean-up

This commit is contained in:
Vlad Stan 2023-07-04 09:11:05 +03:00
parent eccac69f7f
commit e6f2750272

View file

@ -162,7 +162,6 @@ const merchant = async () => {
this.wsConnection = new WebSocket(wsUrl)
this.wsConnection.onmessage = async e => {
const data = JSON.parse(e.data)
console.log('#### onmessage', data)
if (data.type === 'dm:0') {
this.$q.notify({
timeout: 5000,