We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1cbfd5 commit 6730379Copy full SHA for 6730379
server.ts
@@ -180,17 +180,6 @@ const tasksCards = [
180
pos: 'top',
181
idLabels: [tasksScheduledLabelId]
182
},
183
- {
184
- name: 'Bring In Trash',
185
- desc: '**Schedule**: Weekly on Tuesday at 6PM\n' +
186
- '\n' +
187
- 'Bring in trash, recycling, and compost cans from the curb',
188
- cronSchedule: '0 18 * * 2',
189
- idBoard: tasksBoardId,
190
- idList: tasksToDoListId,
191
- pos: 'top',
192
- idLabels: [tasksScheduledLabelId]
193
- },
194
{
195
name: 'Water Indoor Plants',
196
desc: '**Schedule**: Weekly on Tuesday at 6PM',
0 commit comments