Skip to content

Commit

Permalink
add snapshot response
Browse files Browse the repository at this point in the history
  • Loading branch information
WMXPY committed Oct 22, 2023
1 parent 7aa30fe commit 9aab386
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/record/record.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ export class PubRecord {
public get cachedConfiguration(): PubCachedWorkflowConfiguration {
return this._cachedConfiguration;
}
public get snapshot(): PubRecordSnapshot {
return this._snapshot;
}
public get identifier(): string {
return this._identifier;
}
Expand Down

0 comments on commit 9aab386

Please sign in to comment.