fix TS errors

This commit is contained in:
MathMan05
2024-09-19 14:53:54 -05:00
parent 4e0fa3fdbb
commit 6a7a7a15e4
9 changed files with 20 additions and 16 deletions

View File

@@ -1769,7 +1769,7 @@ class Localuser{
value.delete(thing);
continue;
}
func();
func(undefined);
value.delete(thing);
}
}