Update forms

This commit is contained in:
Fede Álvarez
2022-06-16 00:14:44 +02:00
parent f3beefb6d5
commit 36e055acca
6 changed files with 4 additions and 99 deletions
-9
View File
@@ -1,9 +0,0 @@
import { Client } from '@notionhq/client'
export const notion = new Client({
auth: process.env.NOTION_TOKEN
})
export const notionAlt = new Client({
auth: process.env.NOTION_TOKEN_ALT
})