Skip to content

Commit

Permalink
Fix Umpire service (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
daboehme authored Mar 28, 2024
1 parent cd1ca5f commit df3a893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/umpire/UmpireStatistics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class UmpireService
context.builder().append(ts_entry);
}

c->pull_context(channel, context.builder());
c->pull_context(context.builder());
}

uint64_t total_size = 0;
Expand Down

0 comments on commit df3a893

Please sign in to comment.