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