Commit d6fd5209 authored by ioedeveloper's avatar ioedeveloper

Fixed linting error

parent 210671fb
......@@ -75,7 +75,7 @@ class Remixd {
})
}
async receiveResponse(requestId) {
async receiveResponse (requestId) {
return new Promise((resolve, reject) => {
this.event.register('replied', (data) => {
if (data.id === requestId) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment