mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
PR Comments: use safeChainArgs and use defined constants
This commit is contained in:
parent
2f1692e253
commit
b6404775e2
2 changed files with 25 additions and 8 deletions
|
|
@ -7,7 +7,7 @@ export function getMalwareAction() {
|
|||
return MALWARE_ACTION_PROMPT;
|
||||
}
|
||||
|
||||
return "block";
|
||||
return MALWARE_ACTION_BLOCK;
|
||||
}
|
||||
|
||||
export const MALWARE_ACTION_BLOCK = "block";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue