From dfde924b724dc219c3eeba1d24d427267699f15b Mon Sep 17 00:00:00 2001 From: yassinedorbozgithub Date: Sun, 1 Dec 2024 09:37:00 +0100 Subject: [PATCH] fix: remove unused effect comment --- frontend/src/types/block.types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/types/block.types.ts b/frontend/src/types/block.types.ts index 0b06af63..3822cf18 100644 --- a/frontend/src/types/block.types.ts +++ b/frontend/src/types/block.types.ts @@ -49,7 +49,6 @@ export interface BlockOptions { // Only if the block has next blocks fallback?: BlockFallbackOptions; assignTo?: string; - // plugins effects } export type BlockMessage =