mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-10 01:34:06 +00:00
Fix for indexed reference type event arg in moby mask watcher
This commit is contained in:
@@ -465,7 +465,7 @@ export class Indexer implements IPLDIndexerInterface {
|
||||
case {{capitalize event.name}}_EVENT: {
|
||||
eventName = logDescription.name;
|
||||
{{#if event.params}}
|
||||
const { {{#each event.params~}} {{this.name}} {{~#unless @last}}, {{/unless}} {{~/each}} } = logDescription.args;
|
||||
const [ {{#each event.params~}} {{this.name}} {{~#unless @last}}, {{/unless}} {{~/each}} ] = logDescription.args;
|
||||
{{/if}}
|
||||
eventInfo = {
|
||||
{{#each event.params}}
|
||||
|
||||
Reference in New Issue
Block a user