Skip to content

Commit 1d7afaf

Browse files
author
Luca Rath-Heel
committed
added missing semicolon
1 parent c434443 commit 1d7afaf

File tree

2 files changed

+3187
-1
lines changed

2 files changed

+3187
-1
lines changed

src/services/debounce.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ module.exports = function debounce(func, wait, immediate) {
2727
func.apply(context, args);
2828
}
2929
};
30-
}
30+
};

0 commit comments

Comments
 (0)