1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +12:00

Fixing linting issue.

This commit is contained in:
mike12345567 2024-04-17 16:31:45 +01:00
parent a33c2599b5
commit 30077418eb

View file

@ -447,7 +447,6 @@ export class ExternalRequest<T extends Operation> {
// if we're creating (in a through table) need to wipe the existing ones first
const promises = []
const related = await this.lookupRelations(mainTableId, row)
const table = this.getTable(mainTableId)!
for (let relationship of relationships) {
const { key, tableId, isUpdate, id, ...rest } = relationship
const body: { [key: string]: any } = processObjectSync(rest, row, {})