mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-01 13:10:44 -03:00
resuelto error de tipos
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
}
|
||||
// $inspect(usuarios, loading);
|
||||
|
||||
let timeoutId: number | undefined;
|
||||
let timeoutId: ReturnType<typeof setTimeout> | number | undefined;
|
||||
function buscar() {
|
||||
if (timeoutId) {
|
||||
clearTimeout(timeoutId);
|
||||
|
||||
Reference in New Issue
Block a user