Skip to content

Commit

Permalink
Merge branch 'dev' into mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Jul 17, 2024
2 parents 05b5f06 + 66106e1 commit 651e993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/controllers/farcaster.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const createCast = async (req, res, next) => {
};

let payload = removeMentionedProfiles(req.body.data);

delete payload.event_timestamp;
const isProcessed = await redis.hIncrBy(`casts`, payload.hash, 1);
if (isProcessed && isProcessed > 1) {
console.log(
Expand Down

0 comments on commit 651e993

Please sign in to comment.