Skip to content

Commit

Permalink
Merge pull request #194 from openid/fix/build-break-in-191
Browse files Browse the repository at this point in the history
fix build break in #191
  • Loading branch information
ogazitt authored Jan 8, 2025
2 parents 91d8e63 + e4a2022 commit 2b011b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interop/authzen-todo-backend/src/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const resourceMapper = async (
const todoToDelete = await store.get(req.params.id);
return {
type: "todo",
id: todo.ID,
id: todoToDelete.ID,
ownerID:
specVersion === "1.0-preview" ? todoToDelete.OwnerID : undefined,
properties:
Expand Down

0 comments on commit 2b011b0

Please sign in to comment.