Skip to content

Commit

Permalink
Update superset-frontend/packages/superset-ui-core/src/connection/cal…
Browse files Browse the repository at this point in the history
…lApi/callApi.ts

Co-authored-by: David Aaron Suddjian <[email protected]>
  • Loading branch information
Lily Kuang and suddjian authored May 11, 2022
1 parent e79026a commit f0e1909
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default async function callApi({
request.headers = { ...request.headers, 'If-None-Match': etag };
}
} catch {
// todo: caches.open handle error
// If superset is in an iframe and third-party cookies are disabled, caches.open throws
}

const response = await fetchWithRetry(url, request);
Expand Down

0 comments on commit f0e1909

Please sign in to comment.