We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2007db commit 70a4cc3Copy full SHA for 70a4cc3
src/constants.cpp
@@ -89,7 +89,7 @@ Napi::Object ConstantsWrapper::Init(Napi::Env env, Napi::Object exports) {
89
"LIBSESSION_PRO_URLS",
90
pro_urls,
91
napi_enumerable),
92
- ObjectWrap::StaticValue(
+ ObjectWrap::StaticValue(
93
"LIBSESSION_PRO_PROVIDERS",
94
pro_providers,
95
0 commit comments