The recipes.blue monorepo recipes.blue
recipes appview atproto

fix: add time field to ingester

Changed files
+2
apps
ingester
src
+2
apps/ingester/src/index.ts
··· 29 29 .values({ 30 30 rkey: event.commit.rkey, 31 31 title: record.title, 32 + time: record.time, 32 33 description: record.description, 33 34 ingredients: record.ingredients, 34 35 steps: record.steps, ··· 39 40 target: recipeTable.id, 40 41 set: { 41 42 title: record.title, 43 + time: record.time, 42 44 description: record.description, 43 45 ingredients: record.ingredients, 44 46 steps: record.steps,