Update src/bot/handlers/streamHandler.js
Co-authored-by: tsomic <60610467+tsomic@users.noreply.github.com>
This commit is contained in:
@@ -28,7 +28,7 @@ module.exports = class StreamHandler {
|
||||
return this.streamConfig.inboxStream.on("item", callback);
|
||||
}
|
||||
|
||||
async postStream(callback){
|
||||
async postStream(callback) {
|
||||
return this.streamConfig.submissionStream.on("item", callback);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user