Skip to content

Commit

Permalink
CB-5197 make argument optional
Browse files Browse the repository at this point in the history
  • Loading branch information
devnaumov committed Jun 27, 2024
1 parent 31311f0 commit de1ad0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export class ConnectionOptionsTabService extends Bootstrap {
private prepareDynamicProperties(
propertiesInfo: ObjectPropertyInfo[],
properties: Record<string, any>,
configurationType: DriverConfigurationType | undefined,
configurationType?: DriverConfigurationType,
) {
const result: Record<string, any> = { ...properties };

Expand Down

0 comments on commit de1ad0e

Please sign in to comment.