mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 09:24:54 +00:00
prettify
This commit is contained in:
@ -28,7 +28,6 @@ export class SpaceModelProductAllocationService {
|
|||||||
queryRunner?: QueryRunner,
|
queryRunner?: QueryRunner,
|
||||||
modifySubspaceModels?: ModifySubspaceModelDto[],
|
modifySubspaceModels?: ModifySubspaceModelDto[],
|
||||||
): Promise<SpaceModelProductAllocationEntity[]> {
|
): Promise<SpaceModelProductAllocationEntity[]> {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (!tags.length) return [];
|
if (!tags.length) return [];
|
||||||
|
|
||||||
@ -38,8 +37,6 @@ export class SpaceModelProductAllocationService {
|
|||||||
queryRunner,
|
queryRunner,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const productAllocations: SpaceModelProductAllocationEntity[] = [];
|
const productAllocations: SpaceModelProductAllocationEntity[] = [];
|
||||||
const existingAllocations = new Map<
|
const existingAllocations = new Map<
|
||||||
string,
|
string,
|
||||||
|
|||||||
Reference in New Issue
Block a user