Skip to content

Commit 58edfe0

Browse files
authored
Merge pull request #52 from takker99/main
fix(page-snapshot): remove a property which doesn't exist.
2 parents e13e63b + ce50832 commit 58edfe0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

response.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -521,9 +521,6 @@ export interface PageSnapshotList {
521521

522522
/** 作成されているsnapshotsのtimestamp idのリスト */
523523
timestamps: SnapshotTimestamp[];
524-
525-
/** 作成されているsnapshots */
526-
snapshots: Snapshot[];
527524
}
528525

529526
export interface SnapshotTimestamp {

0 commit comments

Comments
 (0)