Skip to content

Commit

Permalink
Make wazuhEndpointParams optional in plugin.ts to improve flexibility…
Browse files Browse the repository at this point in the history
… in configuration settings
  • Loading branch information
guidomodarelli committed Oct 31, 2024
1 parent ff15fed commit 686f134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/main/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ declare module '../../../src/core/server' {
};
};
};
wazuhEndpointParams: {
wazuhEndpointParams?: {
pathFilename: string;
hashUsername: string;
filename: string;
Expand Down

0 comments on commit 686f134

Please sign in to comment.