fix(medusa): product variant metadata (#98)

fix(medusa-plugin-sendgrid): generic email support
This commit is contained in:
Sebastian Rindom
2020-09-04 18:48:14 +02:00
committed by GitHub
parent e24d180ea3
commit 520115a2ce
5 changed files with 51 additions and 42 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import Joi from "@hapi/joi"
import Joi from "joi"
Joi.objectId = require("joi-objectid")(Joi)