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