Skip to content

Commit

Permalink
added temp fix for notion test
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmazurenko committed Sep 24, 2024
1 parent 55ab934 commit 145179f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/src/tests/notion-piece.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ describe('notionPieceTest', () => {
try {
const result = await actionFunction(
{
pageId: pageId.value,
pageId: pageId?.value || page.id,
},
{},
actionContext
Expand Down

0 comments on commit 145179f

Please sign in to comment.