Skip to content

Commit 0a5d73d

Browse files
Update dash/dash-renderer/src/actions/callbacks.ts
Co-authored-by: Alex Johnson <[email protected]>
1 parent 87a649a commit 0a5d73d

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
@@ -546,7 +546,6 @@ export function executeCallback(
546546
const body = await res.text();
547547

548548
if (body.includes(JWT_EXPIRED_MESSAGE)) {
549-
// From dash embedded
550549
if (hooks.request_refresh_jwt !== null) {
551550
const newJwt =
552551
await hooks.request_refresh_jwt(

0 commit comments

Comments
 (0)