mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-14 21:43:14 +00:00
fix: resolve 7 critical security vulnerabilities from audit
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ type CommandMap = {
|
||||
args: { baseFolder: string; subfolders: Record<string, string> };
|
||||
result: void;
|
||||
};
|
||||
export_logs: { args: { destPath: string }; result: string };
|
||||
export_logs: { args: Record<string, never>; result: string };
|
||||
read_logs: { args: { limit: number }; result: string[] };
|
||||
clear_logs: { args: undefined; result: void };
|
||||
toggle_log_pause: { args: { pause: boolean }; result: void };
|
||||
|
||||
Reference in New Issue
Block a user