jeff-downloader/app/Controllers/Ws/ProgressController.js

11 lines
174 B
JavaScript
Raw Permalink Normal View History

2020-06-11 16:21:55 +02:00
'use strict'
class ProgressController {
constructor ({ socket, request }) {
this.socket = socket
this.request = request
}
}
module.exports = ProgressController