Fixing linting issues #3430
This commit is contained in:
parent
29442673f8
commit
5322727617
@ -32,7 +32,7 @@ export const ABI_TYPES = {
|
||||
};
|
||||
|
||||
export function parseAbiType (type) {
|
||||
const arrayRegex = /^(.+)\[(\d*)\]$/;
|
||||
const arrayRegex = /^(.+)\[(\d*)]$/;
|
||||
|
||||
if (arrayRegex.test(type)) {
|
||||
const matches = arrayRegex.exec(type);
|
||||
|
Loading…
Reference in New Issue
Block a user