feat(medusa, link-modules): sales channel <> order link (#5810)

This commit is contained in:
Frane Polić
2024-01-03 14:07:54 +01:00
committed by GitHub
parent 278b7fb203
commit fe007d01bd
15 changed files with 293 additions and 20 deletions
@@ -51,7 +51,7 @@ export function FeatureFlagDecorators(
}
export function FeatureFlagClassDecorators(
featureFlag: string,
featureFlag: string | string[],
decorators: ClassDecorator[]
): ClassDecorator {
return function (target) {