We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de490c commit 90ba44eCopy full SHA for 90ba44e
orleans/JournaledTodoList/JournaledTodoList.WebApp/Grains/TodoListGrain.cs
@@ -35,9 +35,6 @@ public async Task<ImmutableArray<TodoListEvent>> GetHistoryAsync()
35
36
public async Task<TodoList> GetTodoListAsync()
37
{
38
- // Ensure we are State object is up to date before returning.
39
- await RefreshNow();
40
-
41
var list = new TodoList(
42
Name: this.GetPrimaryKeyString(),
43
Items: State.Items.Values.OrderBy(x => x.Id).ToImmutableArray(),
0 commit comments