Skip to content

Commit

Permalink
fix: dmq event
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshiposha committed Oct 20, 2023
1 parent 6ad9ed9 commit 7fa45b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/util/playgrounds/unique.dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export class Event {

static DmpQueue = class extends EventSection('dmpQueue') {
static ExecutedDownward = this.Method('ExecutedDownward', data => ({
outcome: eventData<XcmV3TraitsOutcome>(data, 1),
outcome: eventData<XcmV3TraitsOutcome>(data, 2),
}));
};
}
Expand Down

0 comments on commit 7fa45b5

Please sign in to comment.