Skip to content

Commit

Permalink
Update luma.js
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Nov 29, 2024
1 parent 8986288 commit f98d4ff
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 @@ -61,7 +61,7 @@ export const createEvent = async (req, res, next) => {
});

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

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

0 comments on commit f98d4ff

Please sign in to comment.