Skip to content

Commit d12c3ce

Browse files
Update src/tools/rca-agent.ts
Co-authored-by: Copilot <[email protected]>
1 parent 9c5f3d5 commit d12c3ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/rca-agent.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ export async function getBuildIdTool(
2323
const authString = getBrowserStackAuth(config);
2424
const [username, accessKey] = authString.split(":");
2525
const buildId = await getBuildId(
26-
username,
27-
accessKey,
2826
projectName,
2927
buildName,
28+
username,
29+
accessKey,
3030
);
3131
return {
3232
content: [

0 commit comments

Comments
 (0)