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 6c70ceb commit f9d1552Copy full SHA for f9d1552
src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Core/Data/AppOfflineDbContext.cs
@@ -47,7 +47,6 @@ protected override void OnDatasyncInitialization(DatasyncOfflineOptionsBuilder o
47
48
optionsBuilder
49
.UseHttpClientOptions(clientOptions)
50
- .UseDefaultConflictResolver(new ClientWinsConflictResolver())
51
.Entity<TodoItemDto>(options =>
52
{
53
options.Endpoint = new Uri("/api/TodoItemTable", UriKind.Relative);
0 commit comments