Fix assert unreachable, remove unused variables (#13753)
Small code cleanup
This commit is contained in:
@@ -504,7 +504,7 @@ export class ToolService {
|
||||
}
|
||||
}
|
||||
|
||||
private async destroyRecord(
|
||||
private async _destroyRecord(
|
||||
objectName: string,
|
||||
parameters: Record<string, unknown>,
|
||||
workspaceId: string,
|
||||
@@ -618,7 +618,7 @@ export class ToolService {
|
||||
}
|
||||
}
|
||||
|
||||
private async destroyManyRecords(
|
||||
private async _destroyManyRecords(
|
||||
objectName: string,
|
||||
parameters: Record<string, unknown>,
|
||||
workspaceId: string,
|
||||
|
||||
Reference in New Issue
Block a user