Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
doronkopit5 committed Jan 8, 2025
1 parent 9bf147e commit 04fecb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export class UserFeedback extends BaseAnnotation {
super(client, "user_feedback");
}


/**
* Creates a new annotation for a specific task and entity.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ export interface AnnotationCreateOptions {
tags: Record<string, TagValue>;
}

export type TagValue = string | number | string[];
export type TagValue = string | number | string[];

0 comments on commit 04fecb9

Please sign in to comment.