Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 71689a7

Browse files
committed
Nullable ThrottleCounter
1 parent 9e4496c commit 71689a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public interface IThrottleRepository
185185
{
186186
bool Any(string id);
187187

188-
ThrottleCounter FirstOrDefault(string id);
188+
ThrottleCounter? FirstOrDefault(string id);
189189

190190
void Save(string id, ThrottleCounter throttleCounter, TimeSpan expirationTime);
191191

0 commit comments

Comments
 (0)