Skip to content

Commit

Permalink
fixed prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bekossy committed May 17, 2024
1 parent 49ed7df commit fd2201f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion agenta-web/src/lib/services/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -704,4 +704,3 @@ export const promptRevision = async (

return data
}

2 changes: 1 addition & 1 deletion agenta-web/src/services/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,4 +359,4 @@ export const fetchVariantLogs = async (variantId: string, ignoreAxiosError: bool
_ignoreError: ignoreAxiosError,
} as any)
return response.data
}
}

0 comments on commit fd2201f

Please sign in to comment.