Skip to content

Commit

Permalink
Merge pull request #86 from PowerLoom/hotfix/85
Browse files Browse the repository at this point in the history
chore: fix redis param name in GenericProcessorSnapshot
  • Loading branch information
xadahiya authored May 10, 2024
2 parents 5826745 + 26b6b2b commit 8e0cc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapshotter/utils/callback_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def transformation_lambdas(self):
async def compute(
self,
epoch: PowerloomSnapshotProcessMessage,
redis: aioredis.Redis,
redis_conn: aioredis.Redis,
rpc_helper: RpcHelper,
):
pass
Expand Down

0 comments on commit 8e0cc0c

Please sign in to comment.