Skip to content

Commit c66d070

Browse files
author
Stefania
committed
fixed linting
1 parent a95ff90 commit c66d070

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/socket-daemon.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -451,11 +451,11 @@ export default class SocketDaemon extends Daemon {
451451
},
452452
body: JSON.stringify(payload)
453453
})
454-
.catch(error => {
455-
this.uploading.next({ status: this.UPLOAD_ERROR, err: error });
456-
});
457-
})
458-
}
454+
.catch(error => {
455+
this.uploading.next({ status: this.UPLOAD_ERROR, err: error });
456+
});
457+
});
458+
}
459459

460460
/**
461461
* Download tool

0 commit comments

Comments
 (0)