Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ammubhave authored Sep 24, 2024
1 parent 864be78 commit a4eb56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class RequestError extends Error {
/**
* Response object if a response was received
*/
response?: OctokitResponse<unknown>;
response?: OctokitResponse<unknown> | undefined;

constructor(
message: string,
Expand Down

0 comments on commit a4eb56f

Please sign in to comment.