Adding stream-json tools

This commit is contained in:
2021-05-19 08:16:47 -07:00
parent a608bc5f51
commit 1fb44c31f0
4 changed files with 36 additions and 16 deletions

View File

@@ -97,13 +97,7 @@ export default class ApiService extends Service {
this.broker
.call("import." + action, params, opts)
.then((res) => {
client.emit("hello", "world");
console.log(client);
console.log("DONE");
client.emit("comicBookCoverMetadata", res);
done(res);
})
.catch((err) => this.logger.error(err));
});