From 979a630f2b02ac4a1ac19e38002244f9dfe97177 Mon Sep 17 00:00:00 2001 From: Marco Rodolfi Date: Thu, 22 Jun 2023 10:41:09 +0200 Subject: [PATCH] fix: total is not needed as a return value to plugins --- src/plugin.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugin.tsx b/src/plugin.tsx index 4ca940c..c589729 100644 --- a/src/plugin.tsx +++ b/src/plugin.tsx @@ -55,7 +55,6 @@ export interface Toaster { export interface FilePickerRes { path: string; realpath: string; - total: number; } export interface ServerAPI {