Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bladey committed Aug 27, 2021
1 parent 0aa02a3 commit 504c759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/task-manager/seed-data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export async function insertSeedData(context: KeystoneContext) {
let persons;
try {
persons = await context.lists.Person.findMany({
where: { name: { equals: taskData.person } },
where: { name: { equals: taskData.assignedTo } },
query: 'id',
});
} catch (e) {
Expand Down

0 comments on commit 504c759

Please sign in to comment.