Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Dec 19, 2024
1 parent ffab29c commit 2ca4dec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/builder/src/stores/builder/tables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ export class TableStore extends DerivedBudiStore<
}

async delete(table: { _id: string; _rev: string }) {
if (!table?._id) {
return
}
await API.deleteTable(table._id, table._rev)
this.replaceTable(table._id, null)
}
Expand Down

0 comments on commit 2ca4dec

Please sign in to comment.