IO-233 Add customer insert actions.

This commit is contained in:
Patrick Fic
2021-06-30 16:04:01 -07:00
parent 105ecd4221
commit 4ab0947cc8
3 changed files with 202 additions and 32 deletions

View File

@@ -1,5 +1,4 @@
const path = require("path");
const _ = require("lodash");
require("dotenv").config({
path: path.resolve(
process.cwd(),
@@ -72,6 +71,9 @@ function createLogEvent(socket, level, message) {
message,
});
}
// if (level === "ERROR") {
// throw new Error(message);
// }
}
}