mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
[internal] Remove warning for missing info.json (there are too many missing). (#4041)
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
parent
68e0cc6d90
commit
bbd8e648f5
|
@ -91,6 +91,7 @@ export class FoldersFiles implements ActionInterface {
|
|||
return [errors, []];
|
||||
}
|
||||
},
|
||||
/*
|
||||
{
|
||||
getName: () => { return "Asset folders contain info.json"},
|
||||
check: async () => {
|
||||
|
@ -109,6 +110,7 @@ export class FoldersFiles implements ActionInterface {
|
|||
return [[], warnings];
|
||||
}
|
||||
},
|
||||
*/
|
||||
{
|
||||
getName: () => { return "Asset folders contain only predefined set of files"},
|
||||
check: async () => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user