added / fixed some types

This commit is contained in:
mrfry
2022-03-14 19:35:42 +01:00
parent 5f12284bb8
commit bc5c293539
41 changed files with 4378 additions and 8304 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ function LogId(
Save()
}
function AddSubjToList(list: Array<string>, subj: string) {
function AddSubjToList(list: { [key: string]: any }, subj: string) {
if (!list[subj]) {
list[subj] = 0
}