Skip to content

Commit

Permalink
rm ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
CahidArda committed May 23, 2024
1 parent 786a72e commit 0409efc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/auto-pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ export function createAutoPipelineProxy(_redis: Redis, json?: boolean): Redis {
}

if (command === "json") {
// @ts-ignore returning a proxy with the commands in json so that
// the get command redis.json.get can be run with the same auto
// pipeline executor
return createAutoPipelineProxy(redis, true);
};

Expand Down

0 comments on commit 0409efc

Please sign in to comment.