Skip to content

Commit 461e9e0

Browse files
committed
format
1 parent d0281d7 commit 461e9e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ function disableAnimation() {
317317

318318
const bannerEnabled = !!document.getElementById('banner-wrapper')
319319

320-
let swupRecoveryTimer: ReturnType<typeof setTimeout> | undefined;
320+
let swupRecoveryTimer: number | undefined;
321321

322322
function clearAnimationFlags() {
323323
if (swupRecoveryTimer) {

0 commit comments

Comments
 (0)