chore(format): formatting changes

This commit is contained in:
2026-06-15 17:14:05 -05:00
parent 7dbc31c046
commit 6fbe3a9eed
2 changed files with 1 additions and 41 deletions

View File

@@ -37,6 +37,7 @@ const lstDbRun = async (data: Data) => {
if (data.options) {
if (data.name === "psiInventory") {
const ids = data.options.articles.split(",").map((id: any) => id.trim());
const whse = data.options.whseToInclude
? data.options.whseToInclude
.split(",")