Skip to content

Commit

Permalink
Update luma.js
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Jan 26, 2025
1 parent 53232c5 commit 96b13e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/controllers/luma.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const createEvent = async (req, res, next) => {
});

const itemService = new ItemService(definition).setSession(session);
const item = await itemService.addItem("kjzl6kcym7w8yay64ivr2h7xc12d580nt5xes8ozqac356u7tbp8d8i755iz40l", event.id);
const item = await itemService.addItem("kjzl6kcym7w8y5fn848pe928cfklxny5rkez7t6riycs13ou4kbdvfxghjjlxtl", event.id);

res.status(201).json({ did: session.did.parent, event, item });
} catch (error) {
Expand Down

0 comments on commit 96b13e2

Please sign in to comment.