Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Oct 25, 2024
1 parent 3644451 commit 639a75c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ os.environ["WF_TRACE_SERVER_URL"] = "http://127.0.0.1:6345"
}

let codeFetchJS = `import * as weave from 'weave';
client = await weave.init("${entity}/${project}");
call = await client.getCall("${callId}")`;
const client = await weave.init("${entity}/${project}");
const call = await client.getCall("${callId}")`;

const codeFetch = sdkType === 'js-sdk' ? codeFetchJS : codeFetchPython;

Expand Down

0 comments on commit 639a75c

Please sign in to comment.