Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Sep 28, 2024
1 parent d740b92 commit 1e88c4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class PageNetworkUtils {

export class TrackingAPIRequestBuffer {
private requests: Request[] = []
public lastEvent() {
public lastEvent(): SegmentEvent {
const allEvents = this.getEvents()
return allEvents[allEvents.length - 1]
}
Expand Down

0 comments on commit 1e88c4a

Please sign in to comment.