Skip to content

Commit 908bfe7

Browse files
committed
fix: fix upstream changes
1 parent 01b3759 commit 908bfe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpp/convert.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ static v8::Local<v8::Value>
1818
information_value_to_js(v8::Isolate* isolate, const recorder::InformationValue& information_value) {
1919

2020
return std::visit(
21-
helper::overloaded{
21+
helper::Overloaded{
2222
[](const std::string& value) -> v8::Local<v8::Value> {
2323
return Nan::New<v8::String>(value).ToLocalChecked();
2424
},

0 commit comments

Comments
 (0)