From 716710b32a08e561fa26a6f1e79d0a708a456acf Mon Sep 17 00:00:00 2001 From: Oliver Browne Date: Tue, 23 Jul 2024 17:56:39 +0300 Subject: [PATCH] Update plugin-server/src/types.ts Co-authored-by: Ben White --- plugin-server/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-server/src/types.ts b/plugin-server/src/types.ts index bf87b5cf22a1e..92ec13670deed 100644 --- a/plugin-server/src/types.ts +++ b/plugin-server/src/types.ts @@ -395,7 +395,7 @@ export interface JobSpec { export interface Plugin { id: number - organization_id: string | undefined + organization_id?: string name: string plugin_type: 'local' | 'respository' | 'custom' | 'source' | 'inline' description?: string