backup
This commit is contained in:
@@ -112,7 +112,7 @@ export class BaseDbService<Entity extends AppBaseEntity> extends TypeormHelper {
|
||||
}
|
||||
}
|
||||
|
||||
async canYouRemoveWithIds(ids: string[]): Promise<void> {
|
||||
async canRemove(ids: string[]): Promise<void> {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user