Skip to content

Commit

Permalink
Update plugin-server/src/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ben White <[email protected]>
  • Loading branch information
oliverb123 and benjackwhite committed Jul 24, 2024
1 parent deed322 commit 716710b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-server/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 716710b

Please sign in to comment.