Skip to content

Commit

Permalink
Fixing sonar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
harini-venkataraman committed Jul 11, 2024
1 parent 0fc7589 commit 63e21a8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ function CombinedOutput({ docId, setFilledFields }) {
let url;
if (isSimplePromptStudio) {
url = promptOutputApiSps(details?.tool_id, null, docId);
}
if (isPublicSource) {
} else if (isPublicSource) {
url = publicOutputsDocApi(
id,
docId,
Expand Down

0 comments on commit 63e21a8

Please sign in to comment.