Fix lint for templates
This commit is contained in:
parent
512b03e284
commit
08c4d6ac7d
35 changed files with 79 additions and 68 deletions
ts_src/templates/scripthash
|
@ -56,6 +56,6 @@ export function check(
|
|||
|
||||
return false;
|
||||
}
|
||||
check.toJSON = function() {
|
||||
check.toJSON = () => {
|
||||
return 'scriptHash input';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue