Skip to content

Commit

Permalink
fix: duplicate settings
Browse files Browse the repository at this point in the history
  • Loading branch information
hkgnp committed Oct 1, 2023
1 parent 001ec60 commit ef17304
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/settings/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,6 @@ export const callSettings = async (projects: string[], labels: string[]) => {
description:
"If true, tasks will be added under a parent block with their project name.",
},
{
key: "retrieveAppendCreationDateTime",
type: "boolean",
default: false,
title: "Append Creation Date and Time",
description:
"If set to true, all retrieved tasks will have their creation date and time appended.",
},
{
key: "retrieveAppendTodo",
type: "boolean",
Expand Down

0 comments on commit ef17304

Please sign in to comment.