Skip to content

Commit e09b8ff

Browse files
authored
Jeremie/remove break (#154)
## Description of Changes *Describe what has been changed, any new features or bug fixes* ## API - [ ] This is an API breaking change to the SDK *If the API is breaking, please state below what will break* ## Requires SpacetimeDB PRs *List any PRs here that are required for this SDK change to work*
1 parent 52d2426 commit e09b8ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SpacetimeDBClient.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ HashSet<byte[]> GetInsertHashSet(System.Type tableType, int tableSize)
374374
};
375375

376376
dbOps.Add(op);
377-
break;
378377
}
379378
}
380379
}

0 commit comments

Comments
 (0)