Skip to content

Commit 57c1e5d

Browse files
committed
Merge branch 'api-retrying' of github-yujin-wu:plotly/dash into api-retrying
2 parents e295ec2 + 0a5d73d commit 57c1e5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dash/dash-renderer/src/actions/callbacks.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,6 @@ export function executeCallback(
545545
const body = await res.text();
546546

547547
if (body.includes(JWT_EXPIRED_MESSAGE)) {
548-
// From dash embedded
549548
if (hooks.request_refresh_jwt !== null) {
550549
let oldJwt = null;
551550
if (config.fetch.headers.Authorization) {

0 commit comments

Comments
 (0)