feat: update PINNED_PAGE_KEY

This commit is contained in:
DIYgod 2023-07-04 20:33:05 +01:00
parent 5cc6bbe0ea
commit e97eed7189
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import { getKeys, getStorage } from "~/lib/storage"
import { ExpandedNote, PageVisibilityEnum } from "~/lib/types"
import { client } from "~/queries/graphql"
export const PINNED_PAGE_KEY = "xlog:pinned-page"
export const PINNED_PAGE_KEY = "xlog_pinned_page"
export async function checkPageSlug(input: {
slug: string