Skip to content

Commit

Permalink
Merge branch 'otel-qa' of https://github.com/sillsdev/TheCombine into…
Browse files Browse the repository at this point in the history
… otel-qa
  • Loading branch information
imnasnainaec committed Oct 23, 2024
2 parents 1447459 + 3d25f3d commit bda3403
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Backend/Controllers/WordController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ public async Task<IActionResult> UpdateWord(
public async Task<IActionResult> RevertWords(
string projectId, [FromBody, BindRequired] Dictionary<string, string> wordIds)
{
// note: review tag description
using var activity = OtelService.StartActivityWithTag(otelTagName, "reverting words");

if (!await _permissionService.HasProjectPermission(HttpContext, Permission.WordEntry, projectId))
Expand Down

0 comments on commit bda3403

Please sign in to comment.