Skip to content

Commit

Permalink
lil update
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoMoretti committed Sep 1, 2024
1 parent eab5e96 commit 792192d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/download-notion/src/FilesManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export class FilesManager {
initialFilesMap?: FilesMap
}) {
this.baseFilesMap = initialFilesMap || new FilesMap()
// TODO: If directories changed, cleanup all files in directories changed here
this.outputDirectories = outputDirectories
this.markdownPrefixes = {
page: markdownPrefixes?.page || "",
Expand Down
1 change: 0 additions & 1 deletion packages/notion-cache-client/src/notion-cache-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ export class NotionCacheClient extends Client {
},
}

// TODO: fix type annotations by only making get methods available or wrap the rest of the methods
public readonly pages = {
create: (args: CreatePageParameters): Promise<CreatePageResponse> => {
return this.notionClient.pages.create(args)
Expand Down

0 comments on commit 792192d

Please sign in to comment.