mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-15 02:15:21 +00:00
Project service to CRUD project entity
This commit is contained in:
@ -16,6 +16,9 @@ const mappingInclude: { [key: string]: any } = {
|
||||
subspace: {
|
||||
subspace: true,
|
||||
},
|
||||
project: {
|
||||
project: true,
|
||||
},
|
||||
};
|
||||
|
||||
export function buildTypeORMIncludeQuery(
|
||||
|
Reference in New Issue
Block a user