refactor(core): Remove linting exceptions in nodes-base (no-changelog) (#4944)
This commit is contained in:
@@ -28,7 +28,7 @@ export async function circleciApiRequest(
|
||||
method,
|
||||
qs,
|
||||
body,
|
||||
uri: uri || `https://circleci.com/api/v2${resource}`,
|
||||
uri: uri ?? `https://circleci.com/api/v2${resource}`,
|
||||
json: true,
|
||||
};
|
||||
options = Object.assign({}, options, option);
|
||||
|
||||
Reference in New Issue
Block a user