Skip to content

Commit

Permalink
stream parameters fix (final)
Browse files Browse the repository at this point in the history
  • Loading branch information
soson committed Jul 2, 2024
1 parent b19a88f commit d525ac8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/helpers/stream-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export function getMountParamsForStream(mountParameters: JsonValue, streamParame
return {
cli: {
...cli,
...parsedMountParameters,
'subscriptions:stream': parsedStreamParameters, // eslint-disable-line @typescript-eslint/naming-convention
...getDisabledSyncConfig(),
},
Expand All @@ -35,7 +34,6 @@ export function getMountParamsForStream(mountParameters: JsonValue, streamParame
return {
gnmi: {
...gnmi,
...parsedMountParameters,
'subscriptions:stream': parsedStreamParameters, // eslint-disable-line @typescript-eslint/naming-convention
...getDisabledSyncConfig(),
},
Expand All @@ -46,7 +44,6 @@ export function getMountParamsForStream(mountParameters: JsonValue, streamParame
return {
netconf: {
...netconf,
...parsedMountParameters,
'subscriptions:stream': parsedStreamParameters, // eslint-disable-line @typescript-eslint/naming-convention
...getDisabledSyncConfig(),
},
Expand Down

0 comments on commit d525ac8

Please sign in to comment.