Skip to content

Commit

Permalink
optional
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Oct 20, 2023
1 parent 1cf74d8 commit f600c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@ export class Client {
feedbackSourceType?: FeedbackSourceType;
sourceRunId?: string;
feedbackId?: string;
eager: boolean;
eager?: boolean;
}
): Promise<Feedback> {
const feedback_source: feedback_source = {
Expand Down

0 comments on commit f600c22

Please sign in to comment.