From 607f5fa6fe23f72e6f4053adf7676579e0f02594 Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Wed, 1 Jan 2025 11:13:02 -0800 Subject: [PATCH] revert: remove unused var Signed-off-by: Aaron Pham --- quartz/build.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/quartz/build.ts b/quartz/build.ts index 3a301a0a1..64c462b14 100644 --- a/quartz/build.ts +++ b/quartz/build.ts @@ -22,10 +22,6 @@ import { getStaticResourcesFromPlugins } from "./plugins" type Dependencies = Record | null> -type ContentPresence = { - hasMermaid: boolean -} - type BuildData = { ctx: BuildCtx ignored: GlobbyFilterFunction @@ -38,7 +34,6 @@ type BuildData = { toRemove: Set lastBuildMs: number dependencies: Dependencies - contentPresenceChecks: ContentPresence } type FileEvent = "add" | "change" | "delete" @@ -134,7 +129,6 @@ async function startServing( toRemove: new Set(), trackedAssets: new Set(), lastBuildMs: 0, - contentPresenceChecks: { hasMermaid: false }, } const watcher = chokidar.watch(".", {