diff --git a/breathecode/registry/actions.py b/breathecode/registry/actions.py index b079b3b17..acbc598c6 100644 --- a/breathecode/registry/actions.py +++ b/breathecode/registry/actions.py @@ -813,7 +813,6 @@ def process_asset_config(asset, config): if "grading" not in config and ("projectType" not in config or config["projectType"] != "tutorial"): asset.interactive = False - asset.gitpod = False elif "projectType" in config and config["projectType"] == "tutorial": asset.gitpod = "localhostOnly" not in config or not config["localhostOnly"] asset.interactive = True