Skip to content

Commit

Permalink
Update operation-reply.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni authored Dec 3, 2024
1 parent 684a60c commit 681ec38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/parser/src/models/v3/operation-reply.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import type { v3 } from '../../spec-types';

export class OperationReply extends BaseModel<v3.OperationReplyObject, { id?: string }> implements OperationReplyInterface {
id(): string | undefined {
return this._meta.id;
return this._json.id;
}

hasAddress(): boolean {
Expand Down

0 comments on commit 681ec38

Please sign in to comment.