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 d55c6ac commit 9db0ea3Copy full SHA for 9db0ea3
src/main.h
@@ -23,8 +23,8 @@ class DDWAF : public Napi::ObjectWrap<DDWAF> {
23
explicit DDWAF(const Napi::CallbackInfo& info);
24
25
// JS instance methods
26
- Napi::Boolean update_config(const Napi::CallbackInfo& info);
27
- Napi::Boolean remove_config(const Napi::CallbackInfo& info);
+ Napi::Value update_config(const Napi::CallbackInfo& info);
+ Napi::Value remove_config(const Napi::CallbackInfo& info);
28
Napi::Value GetConfigPaths(const Napi::CallbackInfo& info);
29
Napi::Value createContext(const Napi::CallbackInfo& info);
30
void Finalize(Napi::Env env);
0 commit comments