Skip to content

Commit

Permalink
Update src/util/recorder.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tessa Walsh <tessa@bitarchivist.net>
  • Loading branch information
ikreymer and tw4l authored Oct 31, 2024
1 parent 5ea30d3 commit b6b4557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/recorder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ export class Recorder {
if (
contentLength < 0 &&
!this.isEssentialResource(resourceType, mimeType) &&
responseStatusCode < 300
reponseStatusCode >= 200 && responseStatusCode < 300

Check failure on line 1104 in src/util/recorder.ts

View workflow job for this annotation

GitHub Actions / build (20.x)

Cannot find name 'reponseStatusCode'. Did you mean 'responseStatusCode'?

Check failure on line 1104 in src/util/recorder.ts

View workflow job for this annotation

GitHub Actions / build (20.x)

Cannot find name 'reponseStatusCode'. Did you mean 'responseStatusCode'?
) {
return true;
}
Expand Down

0 comments on commit b6b4557

Please sign in to comment.