Skip to content

Commit

Permalink
Parameter renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMwangiW committed Oct 15, 2023
1 parent 3093eb2 commit e75b4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Events/RecordingDownloadFailed.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function __construct(
public readonly string $sessionId,
public readonly string $recordingUrl,
public readonly string $disk,
public readonly Throwable $throwable,
public readonly Throwable $exception,
) {
}
}

0 comments on commit e75b4ab

Please sign in to comment.