Skip to content

Commit

Permalink
Fix database filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
yucchiy committed May 21, 2022
1 parent c069a0b commit b15c886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
var notionDatabaseId = args[1];
var baseOutputDirectory = args[2];

var filter = new SelectFilter(notionRequestPublisingPropertyName, "true");
var filter = new CheckboxFilter(notionRequestPublisingPropertyName, true);
var pagination = await CreateNotionClient().Databases.QueryAsync(notionDatabaseId, new DatabasesQueryParameters()
{
Filter = filter,
Expand Down

0 comments on commit b15c886

Please # to comment.