fix(medusa): Product export strategy (#1713)

This commit is contained in:
Adrien de Peretti
2022-06-27 10:48:56 +02:00
committed by GitHub
parent cc29b641c9
commit 89cb717461
3 changed files with 26 additions and 1 deletions
@@ -57,6 +57,13 @@ export const defaultAdminBatchFields = [
"created_at",
"updated_at",
"deleted_at",
"confirmed_at",
"pre_processed_at",
"confirmed_at",
"processing_at",
"completed_at",
"canceled_at",
"failed_at",
]
export * from "./cancel-batch-job"