chore: remove ignore tag for import function + update version tag (#12774)

This commit is contained in:
Shahed Nasser
2025-06-19 13:08:34 +03:00
committed by GitHub
parent 2b220120cd
commit 7d09981440
3 changed files with 3 additions and 8 deletions
@@ -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>,