-
Notifications
You must be signed in to change notification settings - Fork 259
Typo in mem-cache dupe? #144
Copy link
Copy link
Open
Description
This line checks the length of type which is always "blob" in this context. Likely it meant to check the length of value?
Line 41 in 8132153
| if (type.length >= 100) return value; |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels