Skip to content

Commit

Permalink
add db id
Browse files Browse the repository at this point in the history
  • Loading branch information
tahsinature committed May 30, 2024
1 parent 5aa4153 commit b5f2483
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/notion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ export const notion = new Client({

export const database_ids = {
language: "unset",
gallery: "unset",
work: "a958ff8e06b54db19f173483adff89f9",
blog: "efec0bbfb0a7436f9fca047b4efd9223",
tags: "7e0ddc0661d7414a9051ce26db4cedea",
toolsIUse: "1e7e2155cabb40d5bc8df166a452b2f5",
programmingLanguage: "f7f3f6416d914904b9fd3bdc4e99cf1d",
tempImage: "40498135f89643caa330401a143a9aa3",
projects: "bb34c467725d4a539e54df8d415d5fa4",
galleryHome: "3343222de3ad4e82bb7fd3bc624cf47f",
galleryMain: "9d89b67025dd49b9b99c218b5a81d6ce",
};

export const queryFromDB = async (schema: NotionORMSchema, database_id: string) => {
Expand Down

0 comments on commit b5f2483

Please sign in to comment.