Skip to content

Commit

Permalink
solved todo
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoMoretti committed Sep 17, 2024
1 parent b06c43a commit ba0e605
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/download-notion/src/config/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ export const conversionSchema = z.object({
overwrite: z.boolean().default(false),
slugProperty: z.string().optional(),
// TODO: filtering should be a list of configurable filters
// TODO: Status filtering value defined twice. Which one is used?
statusPropertyName: z.string().default("Status"),
statusPropertyValue: z.string().default("Done"),
pageLinkHasExtension: z.boolean().default(true),
Expand Down

0 comments on commit ba0e605

Please sign in to comment.