mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-17 17:10:05 +00:00
fix(compute-api): ignore 404s when requesting webout content
This commit is contained in:
@@ -304,12 +304,14 @@ export class SASViyaApiClient {
|
|||||||
`${this.serverUrl}${resultLink}`,
|
`${this.serverUrl}${resultLink}`,
|
||||||
{ headers },
|
{ headers },
|
||||||
"text"
|
"text"
|
||||||
);
|
).catch((e) => ({
|
||||||
|
result: JSON.stringify(e),
|
||||||
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (true && logLink) {
|
if (true && logLink) {
|
||||||
log = await this.request<any>(
|
log = await this.request<any>(
|
||||||
`${this.serverUrl}${logLink.href}/content`,
|
`${this.serverUrl}${logLink.href}/content?limit=10000`,
|
||||||
{
|
{
|
||||||
headers,
|
headers,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user