Skip to content

Commit 21935bf

Browse files
committed
fix
1 parent 75f10f4 commit 21935bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/validations.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ export const validateMessageData = async <T extends protobufs.MessageData>(
447447
} else if (validType.value === protobufs.MessageType.FRAME_ACTION && !!data.frameActionBody) {
448448
bodyResult = validateFrameActionBody(data.frameActionBody);
449449
} else if (validType.value === protobufs.MessageType.LEND_STORAGE && !!data.lendStorageBody) {
450-
// TODO(aditi): Validate storage lend
451450
if (data.timestamp < farcasterTime.value - 60 * 10) {
452451
bodyResult = err(new HubError("bad_request.validation_failure", "timestamp more than 10 mins in the past"));
453452
} else {

0 commit comments

Comments
 (0)