From 760775a89636b5644ef4340de21db65c1896d95f Mon Sep 17 00:00:00 2001 From: Leonardo Zizzamia Date: Tue, 5 Mar 2024 12:01:08 -0800 Subject: [PATCH] fix: format types (#215) --- src/utils/neynar/frame/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/neynar/frame/types.ts b/src/utils/neynar/frame/types.ts index 3b9feb2b57..a0493df26d 100644 --- a/src/utils/neynar/frame/types.ts +++ b/src/utils/neynar/frame/types.ts @@ -135,4 +135,4 @@ export interface NeynarFrameValidationInternalModel { }; timestamp: string; }; -} \ No newline at end of file +}