Skip to content

Commit

Permalink
chore: remove unused const
Browse files Browse the repository at this point in the history
  • Loading branch information
dcshzj committed Jan 14, 2025
1 parent c3585e8 commit 5ce8def
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import { updatePageMetaSchema } from "~/schemas/page"
import { PageEditingLayout } from "~/templates/layouts/PageEditingLayout"
import { trpc } from "~/utils/trpc"

const THREE_SECONDS_IN_MS = 3000
const SUCCESS_TOAST_ID = "save-page-settings-success"
const ajv = new Ajv({ strict: false, logger: false })

Expand Down

0 comments on commit 5ce8def

Please sign in to comment.