Skip to content

Commit

Permalink
Fix code quality issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sashirestela committed Dec 19, 2024
1 parent 536f1bf commit 4d4b3f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class OpenAIException extends RuntimeException {

protected final OpenAIResponseInfo responseInfo;
protected final transient OpenAIResponseInfo responseInfo;

public OpenAIException(OpenAIResponseInfo responseInfo) {
this.responseInfo = responseInfo;
Expand Down

0 comments on commit 4d4b3f2

Please sign in to comment.