feat(medusa, link-modules): sales channel <> order link (#5810)
This commit is contained in:
@@ -51,7 +51,7 @@ export function FeatureFlagDecorators(
|
||||
}
|
||||
|
||||
export function FeatureFlagClassDecorators(
|
||||
featureFlag: string,
|
||||
featureFlag: string | string[],
|
||||
decorators: ClassDecorator[]
|
||||
): ClassDecorator {
|
||||
return function (target) {
|
||||
|
||||
Reference in New Issue
Block a user