We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71de46 commit 61ad0b6Copy full SHA for 61ad0b6
1 file changed
src/services/notion.ts
@@ -1,5 +1,10 @@
1
/**
2
* Notion service implementation.
3
+ *
4
+ * This has some severe limitations:
5
6
+ * - It requires the UI to be in English.
7
+ * - It only grants access to the private pages that existed at the time of login.
8
*/
9
10
import type { Response, BrowserContext } from 'playwright';
0 commit comments