Skip to content

Commit

Permalink
Merge pull request #323 from openedx/fix-xblock-runtime-deprecation
Browse files Browse the repository at this point in the history
feat: fix runtime deprecation
  • Loading branch information
irtazaakram authored Mar 4, 2024
2 parents 09ed9f0 + 5d0a490 commit 8efc084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workbench/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def __init__(self, user_id=None):
if service is not None:
services[service_name] = service

super().__init__(ID_MANAGER, services=services)
super().__init__(ID_MANAGER, ID_MANAGER, services=services)
self.id_generator = ID_MANAGER
self.user_id = user_id

Expand Down

0 comments on commit 8efc084

Please sign in to comment.