Skip to content

Commit

Permalink
Remove redundant log
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed Sep 22, 2024
1 parent b342f82 commit b22cec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general/ai/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
cliAiAppApiUrl = "https://cli-ai-app-stg.jfrog.info/api/"
askRateLimitHeader = "X-JFrog-CLI-AI"
// The latest version of the terms and conditions for using the AI interface.
aiTermsRevision = 1
aiTermsRevision = 2
)

type ApiType string
Expand Down

0 comments on commit b22cec7

Please sign in to comment.