chore: remove ignore tag for import function + update version tag (#12774)
This commit is contained in:
@@ -12,7 +12,7 @@ import { Modules, TransactionHandlerType } from "@medusajs/framework/utils"
|
||||
import { StepResponse } from "@medusajs/framework/workflows-sdk"
|
||||
|
||||
/**
|
||||
* @version 2.8.0
|
||||
* @version 2.8.5
|
||||
*/
|
||||
export const POST = async (
|
||||
req: AuthenticatedMedusaRequest,
|
||||
|
||||
@@ -7,7 +7,7 @@ import type { AdminImportProductsType } from "../validators"
|
||||
import { importProductsAsChunksWorkflow } from "@medusajs/core-flows"
|
||||
|
||||
/**
|
||||
* @version 2.8.0
|
||||
* @version 2.8.5
|
||||
*/
|
||||
export const POST = async (
|
||||
req: AuthenticatedMedusaRequest<AdminImportProductsType>,
|
||||
|
||||
Reference in New Issue
Block a user