Skip to content

Commit

Permalink
Remove break
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Sep 3, 2024
1 parent e364bf5 commit 2e4ba9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/server/src/sdk/app/views/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ export async function renameLinkedViews(table: Table, renaming: RenameColumn) {
}

relatedTables[field.tableId] ??= await sdk.tables.getTable(field.tableId)
break
}

for (const relatedTable of Object.values(relatedTables)) {
Expand Down

0 comments on commit 2e4ba9c

Please sign in to comment.