stuff done

This commit is contained in:
2025-03-11 02:54:09 +02:00
parent 58e7ed2f06
commit 516b45fad9
90 changed files with 2950 additions and 9458 deletions

View File

@@ -75,7 +75,7 @@ export const onProductCreateAction = async (
}
})
return {success: 'JSON.stringify(newProduct, null, 2)'}
return {success: JSON.stringify(newProduct, null, 2)}
} catch (error) {
return dbErrorHandling(error)
}