File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,7 @@ export class ApiClient {
6565 try {
6666 const text = await response . text ( ) ;
6767 throw new ApiClientError ( `Error calling Atlas API: [${ response . statusText } ] ${ text } ` , response ) ;
68- }
69- catch {
68+ } catch {
7069 throw new ApiClientError ( `Error calling Atlas API: ${ response . statusText } ` , response ) ;
7170 }
7271 }
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export class CreateDBUserTool extends AtlasToolBase {
5959 groupId : projectId ,
6060 } ,
6161 } ,
62- body : input
62+ body : input ,
6363 } ) ;
6464
6565 return {
Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ export class InspectAccessListTool extends AtlasToolBase {
2929 content : [
3030 {
3131 type : "text" ,
32- text :
33- `IP ADDRESS | CIDR | COMMENT
32+ text : `IP ADDRESS | CIDR | COMMENT
3433------|------|------
3534${ ( accessList . results || [ ] )
3635 . map ( ( entry ) => {
You can’t perform that action at this time.
0 commit comments