Skip to content

Commit 7963750

Browse files
authored
fix: simplify request options by removing redundant baseURL configuration (#550)
1 parent dd77f14 commit 7963750

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/core/costrict/code-review/codeReviewService.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -363,10 +363,7 @@ export class CodeReviewService {
363363
workspace,
364364
review_code: targets,
365365
},
366-
{
367-
...requestOptions,
368-
baseURL: "http://127.0.0.1:8081",
369-
},
366+
requestOptions,
370367
)
371368
return (
372369
data ?? {

0 commit comments

Comments
 (0)