Skip to content

Commit

Permalink
remove suppress ts type check
Browse files Browse the repository at this point in the history
  • Loading branch information
Meena committed Apr 30, 2024
1 parent caff54a commit 01683ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/cloneObject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default function cloneObject<T>(source: T): T {
const temp = {} as T;

for (const key in source) {
// @ts-ignore:next-line
if (
"jQuery" in window &&
window.jQuery &&
Expand Down

0 comments on commit 01683ae

Please sign in to comment.