Skip to content

Commit

Permalink
feat: + lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriyMaslenikov committed Feb 21, 2024
1 parent 8cd272e commit 8bbcfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/lib/internal/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ export function debounce<T extends unknown[]>(cb: (...args: T) => unknown, wait
clearTimeout(timeout);
timeout = setTimeout(() => cb(...args), wait);
};
}
}

0 comments on commit 8bbcfe3

Please sign in to comment.