stuff done
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user