Skip to content

Commit

Permalink
commented out code causing tests to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
bekossy committed Jan 9, 2024
1 parent f8d1976 commit b47822c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion agenta-web/src/lib/helpers/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import promiseRetry from "promise-retry"
import {getErrorMessage} from "./errorHandler"
import dayjs from "dayjs"
import utc from "dayjs/plugin/utc"
dayjs.extend(utc)
// causing all cypress test to fail
// dayjs.extend(utc)

const llmAvailableProvidersToken = "llmAvailableProvidersToken"

Expand Down

0 comments on commit b47822c

Please sign in to comment.