This commit is contained in:
Chris Scoggins
2022-01-27 10:42:55 -06:00
parent 07d5ead128
commit 203ff1a6ec
2 changed files with 3 additions and 3 deletions

View File

@@ -145,7 +145,7 @@ export default {
return this.genericAPI(this.Models.RECIPE, this.Actions.LIST, params).then((results) => {
let recipes = results.data.results.map((x) => {
return {
id: x.id,
id: (Math.random() * 1999) ^ 1999,
book: book.id,
book_content: book,
recipe: x.id,