Skip to content

Commit

Permalink
Fix activity name
Browse files Browse the repository at this point in the history
  • Loading branch information
Smalls1652 committed Jan 2, 2024
1 parent 5e9573e commit ff8553a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public partial class ShareMusicCommandModule
private async Task HandleGetLinksFromPostAsync(IMessage message)
{
using var activity = _activitySource.StartActivity(
name: "HandleFindAlbumAsync",
name: "HandleGetLinksFromPostAsync",
kind: ActivityKind.Server,
tags: new ActivityTagsCollection
{
Expand Down

0 comments on commit ff8553a

Please sign in to comment.