Fixing linting issues #3430
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user