Skip to content

Commit

Permalink
feat: fix xblock runtime deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed Mar 4, 2024
1 parent 09ed9f0 commit 5d0a490
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 5d0a490

Please sign in to comment.