Skip to content

Commit

Permalink
Merge pull request #52 from takker99/main
Browse files Browse the repository at this point in the history
fix(page-snapshot): remove a property which doesn't exist.
  • Loading branch information
takker99 authored Jul 14, 2024
2 parents e13e63b + ce50832 commit 58edfe0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -521,9 +521,6 @@ export interface PageSnapshotList {

/** 作成されているsnapshotsのtimestamp idのリスト */
timestamps: SnapshotTimestamp[];

/** 作成されているsnapshots */
snapshots: Snapshot[];
}

export interface SnapshotTimestamp {
Expand Down

0 comments on commit 58edfe0

Please sign in to comment.