Remove redundant type cast

This commit is contained in:
ayyanm
2020-10-28 12:16:54 -07:00
parent 5acb27a006
commit 382f445efd
+1 -1
View File
@@ -21,5 +21,5 @@ export const cache: CacheData = {
messages: new Collection(), messages: new Collection(),
unavailableGuilds: new Collection(), unavailableGuilds: new Collection(),
presences: new Collection(), presences: new Collection(),
fetchAllMembersProcessingRequests: new Collection<string, Function>(), fetchAllMembersProcessingRequests: new Collection(),
}; };