Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
soson committed Jul 2, 2024
1 parent d525ac8 commit 62d51fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helpers/stream-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ function getDisabledSyncConfig() {
}

export function getMountParamsForStream(mountParameters: JsonValue, streamParameters: JsonValue): JsonValue {
const parsedMountParameters = typeof mountParameters === 'string' ? JSON.parse(mountParameters) : mountParameters;
const parsedStreamParameters = typeof streamParameters === 'string' ? JSON.parse(streamParameters) : streamParameters;

const decodedMountParams = decodeMountParams(mountParameters);
Expand Down

0 comments on commit 62d51fc

Please sign in to comment.