Skip to content

Commit

Permalink
Do not register RuntimeContext
Browse files Browse the repository at this point in the history
  • Loading branch information
lbuesching committed Nov 30, 2024
1 parent 8131eb8 commit 4362f3c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public static void AddSage(
}
});
services.AddLocalDiskContentClient();
services.AddScoped<RuntimeContext>();
services.AddScoped<Renderer>();
services.AddScoped<ICompiler, AmpscriptCompiler>();
services.AddScoped<ICompiler, HandlebarsCompiler>();
Expand Down

0 comments on commit 4362f3c

Please sign in to comment.