internal/jsre: remove trailing comma

This commit is contained in:
lightclient 2025-08-22 10:38:23 -06:00
parent f3c827ff48
commit 4a63b16bde
No known key found for this signature in database
GPG key ID: 657913021EF45A6A

View file

@ -5490,7 +5490,7 @@ var properties = function () {
new Property({
name: 'protocolVersion',
getter: 'eth_protocolVersion'
}),
})
];
};