Skip to content

Commit

Permalink
fix: reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
mnahkies committed Nov 23, 2024
1 parent 5ddb9d3 commit 7e923ff
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ const DatasourcePluginSchema = BasePluginPackageSchema.extend({
evidence: z.object({
datasources: z.array(
z.union([
z.string({
description: 'Name of a supported database, this value is used in the UI'
}),
z.string({ description: 'Name of a supported database, this value is used in the UI' }),
z.array(z.string(), {
description:
'Group of names that are aliases of the same database. First value is used in UI'
Expand Down

0 comments on commit 7e923ff

Please sign in to comment.