Skip to content

Commit

Permalink
Iterate
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Jun 12, 2024
1 parent 91920fc commit fb0cbdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/controllers/farcaster.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export const createCast = async (req, res, next) => {

const itemService = new ItemService(definition).setSession(session);
const item = await itemService.addItem(indexId, cast.id);
console.log({ cast, item, indexId });
res.status(201).json({ did: session.did.parent, cast, item, indexId });
} catch (error) {
res.status(500).json({ error: error.message, input: req.body.data });
Expand Down

0 comments on commit fb0cbdb

Please sign in to comment.