Skip to content

Commit 195eda7

Browse files
committed
chore: return early with pro proof wrapper
1 parent ce4429a commit 195eda7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/pro/pro.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ class ProWrapper : public Napi::ObjectWrap<ProWrapper> {
138138
rotating_privkey,
139139
unix_ts_ms);
140140

141-
auto json_str = Napi::String::New(env, json);
142-
return json_str;
141+
return json;
143142
});
144143
};
145144
};

0 commit comments

Comments
 (0)