Skip to content

Commit

Permalink
Fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yucchiy committed May 30, 2022
1 parent 3eb4f07 commit 09ee223
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
{
if (await ExportPageToMarkdownAsync(page, now))
{
continue;
await CreateNotionClient().Pages.UpdateAsync(page.Id, new PagesUpdateParameters()
{
Properties = new Dictionary<string, PropertyValue>()
Expand Down

0 comments on commit 09ee223

Please # to comment.