We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5986c56 commit 0fde24aCopy full SHA for 0fde24a
src/SIL.Harmony/Db/CrdtRepository.cs
@@ -332,6 +332,8 @@ public async Task AddSnapshots(IEnumerable<ObjectSnapshot> snapshots)
332
}
333
334
335
+ // this extra try/catch was added as a quick way to get the NewEntityOnExistingEntityIsNoOp test to pass
336
+ // it will be removed again in a larger refactor in https://github.com/sillsdev/harmony/pull/56
337
try
338
{
339
await _dbContext.SaveChangesAsync();
0 commit comments