Fix lint script to analyze nested files
This commit is contained in:
@@ -41,7 +41,7 @@ export class RPC {
|
||||
uri: `http://${this.host}:${this.port}`,
|
||||
body: payload,
|
||||
headers: {
|
||||
'content-type': 'application/json'
|
||||
'content-type': 'application/json',
|
||||
},
|
||||
};
|
||||
const bodyString = await request(opts);
|
||||
|
||||
Reference in New Issue
Block a user