Skip to content

Commit 03c8914

Browse files
authored
Remove return {} from FFI function (#27)
1 parent d73b551 commit 03c8914

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Effect/Ref.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ exports.write = function (val) {
2626
return function (ref) {
2727
return function () {
2828
ref.value = val;
29-
return {};
3029
};
3130
};
3231
};

0 commit comments

Comments
 (0)