Skip to content

Commit

Permalink
fix(recipe): remove add shopping due date
Browse files Browse the repository at this point in the history
  • Loading branch information
damienrobinson committed Dec 29, 2021
1 parent 044818d commit 8320f11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/recipes/_id/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ export default {
id: `${cuid()}`,
name: item,
category: '',
due: new Date().toISOString(),
done: false,
};
await this.$db.shopping.upsert(_item);
Expand Down

1 comment on commit 8320f11

@vercel
Copy link

@vercel vercel bot commented on 8320f11 Dec 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.