Merge pull request #786 from itohatweb/fix-cache

fix(cache): cacheHandlers forEach message wrong type
This commit is contained in:
Skillz4Killz
2021-04-09 15:29:13 -04:00
committed by GitHub
+2 -2
View File
@@ -154,9 +154,9 @@ function forEach(
function forEach(
table: "messages",
callback: (
value: MemberStruct,
value: MessageStruct,
key: string,
map: Map<string, MemberStruct>,
map: Map<string, MessageStruct>,
) => unknown,
): void;
function forEach(