Skip to content

Commit

Permalink
Removed todo after code review.
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Mar 26, 2024
1 parent 372a7f9 commit ee69b38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Foundatio/Lock/ILockProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ public static async Task<ILock> AcquireAsync(this ILockProvider provider, IEnume
var unacquiredResources = new List<string>(resourceList.Length);
string[] acquiredResources = locks.Select(l => l.Resource).ToArray();

// TODO: Look into this as it seems like a bug we allow to release by a suffix.
foreach (string resource in resourceList)
{
// account for scoped lock providers with prefixes
Expand Down

0 comments on commit ee69b38

Please sign in to comment.