Skip to content

Commit 1bbeee4

Browse files
committed
fix(jira): align search_users response type with transformUser return type
1 parent 5ba401c commit 1bbeee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/tools/jira/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,7 @@ export interface JiraSearchUsersResponse extends ToolResponse {
15641564
users: Array<{
15651565
accountId: string
15661566
accountType?: string | null
1567-
active: boolean
1567+
active?: boolean | null
15681568
displayName: string
15691569
emailAddress?: string | null
15701570
avatarUrl?: string | null

0 commit comments

Comments
 (0)