Skip to content

Commit

Permalink
Fix logging url
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole White committed Oct 27, 2023
1 parent 63ac636 commit d070dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JavaScript/openai-manual/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async function run() {
}

console.log(
`Finished running example. View the trace at https://app.autoblocks.ai/explore/trace/${traceId}`,
`Finished running example. View the trace at https://app.autoblocks.ai/explore/trace/${tracer.traceId}`,
);
}

Expand Down

0 comments on commit d070dd0

Please sign in to comment.