chore: code clean-up
This commit is contained in:
parent
eccac69f7f
commit
e6f2750272
1 changed files with 0 additions and 1 deletions
|
|
@ -162,7 +162,6 @@ const merchant = async () => {
|
||||||
this.wsConnection = new WebSocket(wsUrl)
|
this.wsConnection = new WebSocket(wsUrl)
|
||||||
this.wsConnection.onmessage = async e => {
|
this.wsConnection.onmessage = async e => {
|
||||||
const data = JSON.parse(e.data)
|
const data = JSON.parse(e.data)
|
||||||
console.log('#### onmessage', data)
|
|
||||||
if (data.type === 'dm:0') {
|
if (data.type === 'dm:0') {
|
||||||
this.$q.notify({
|
this.$q.notify({
|
||||||
timeout: 5000,
|
timeout: 5000,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue