🤼‍♀️ ES-powered issue detection feature

This commit is contained in:
2022-02-01 23:20:20 -08:00
parent ec2f5e0f09
commit 28483f81e4
4 changed files with 87 additions and 64 deletions

View File

@@ -95,10 +95,10 @@ export default class ApiService extends Service {
console.log("Client connected via websocket!");
client.on("action", async (action) => {
console.log("ACCCCCTION", action);
switch (action.type) {
case "LS_IMPORT":
// 1. Send task to queue
console.log(`Recieved ${action.type} event.`)
await this.broker.call(
"import.newImport",
action.data,