Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
evans-g-crsj committed Jun 30, 2021
1 parent 03a8e54 commit 61e84a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/SavedQueriesTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type FilesQueryContent = {

export type SavedQueryWithFileContent = {
alias: string;
content: FilesQueryContent; //TODO
content: FilesQueryContent;
creationDate: string;
updatedDate: string;
sharedPublicly: boolean;
Expand Down

0 comments on commit 61e84a7

Please sign in to comment.