Skip to content

Commit

Permalink
Fix integrations type
Browse files Browse the repository at this point in the history
Signed-off-by: Simeon Widdis <[email protected]>
  • Loading branch information
Swiddis committed Jun 28, 2023
1 parent ef310a8 commit 43a2156
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,11 @@ export class ObservabilityPlugin
type: 'text',
},
dataSource: {
type: 'nested',
type: 'text',
},
creationDate: {
type: 'date',
},
addedBy: {
type: 'text',
},
assets: {
type: 'nested',
},
Expand Down

0 comments on commit 43a2156

Please sign in to comment.