feat: update PINNED_PAGE_KEY
This commit is contained in:
parent
5cc6bbe0ea
commit
e97eed7189
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue