We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e5d9ae commit 1e9140cCopy full SHA for 1e9140c
1 file changed
src/Partial/Unsafe.js
@@ -3,5 +3,5 @@
3
// module Partial.Unsafe
4
5
exports.unsafePartial = function(f) {
6
- return f({});
+ return f();
7
};
0 commit comments