Skip to content

Commit ee69b38

Browse files
committed
Removed todo after code review.
1 parent 372a7f9 commit ee69b38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Foundatio/Lock/ILockProvider.cs

-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ public static async Task<ILock> AcquireAsync(this ILockProvider provider, IEnume
185185
var unacquiredResources = new List<string>(resourceList.Length);
186186
string[] acquiredResources = locks.Select(l => l.Resource).ToArray();
187187

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

0 commit comments

Comments
 (0)