feat(ocp): completly moved ocp to lst

This commit is contained in:
2025-04-06 07:48:05 -05:00
parent 95bebbde2b
commit 51cc4aa370
13 changed files with 448 additions and 96 deletions

View File

@@ -25,7 +25,7 @@ export const updatePrinters = async () => {
);
if (prodError) {
console.log(prodError);
//console.log(prodError);
return {
success: false,
message: "there was an error getting the printers.",