Skip to content

Commit 8bbcfe3

Browse files
feat: + lint fix
1 parent 8cd272e commit 8bbcfe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/lib/internal/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ export function debounce<T extends unknown[]>(cb: (...args: T) => unknown, wait
3737
clearTimeout(timeout);
3838
timeout = setTimeout(() => cb(...args), wait);
3939
};
40-
}
40+
}

0 commit comments

Comments
 (0)