From 91bb65a0e02228afa6a108dd57cab1452a6e6a94 Mon Sep 17 00:00:00 2001 From: Palanikannan1437 <73993394+Palanikannan1437@users.noreply.github.com> Date: Tue, 5 Sep 2023 09:26:30 +0530 Subject: [PATCH] regression: removed ts nocheck --- web/components/tiptap/plugins/upload-image.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/components/tiptap/plugins/upload-image.tsx b/web/components/tiptap/plugins/upload-image.tsx index 499a00455..bc0acdc54 100644 --- a/web/components/tiptap/plugins/upload-image.tsx +++ b/web/components/tiptap/plugins/upload-image.tsx @@ -1,4 +1,3 @@ -// @ts-nocheck import { EditorState, Plugin, PluginKey } from "@tiptap/pm/state"; import { Decoration, DecorationSet, EditorView } from "@tiptap/pm/view"; import fileService from "services/file.service";