From d28817afc6d1e602ef638e39dfd70b0bbe79d1ac Mon Sep 17 00:00:00 2001 From: selman koc <64414348+skoc10@users.noreply.github.com> Date: Tue, 25 Mar 2025 13:39:48 +0300 Subject: [PATCH] Update BundleManager.cs to fix typo --- .../BundleManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/src/Volo.Abp.AspNetCore.Components.MauiBlazor.Bundling/BundleManager.cs b/framework/src/Volo.Abp.AspNetCore.Components.MauiBlazor.Bundling/BundleManager.cs index 3d8b0ab938..c536bc4c64 100644 --- a/framework/src/Volo.Abp.AspNetCore.Components.MauiBlazor.Bundling/BundleManager.cs +++ b/framework/src/Volo.Abp.AspNetCore.Components.MauiBlazor.Bundling/BundleManager.cs @@ -114,7 +114,7 @@ public class BundleManager : BundleManagerBase, ITransientDependency #if DEBUG return true; #else - retur false; + return false; #endif } @@ -122,4 +122,4 @@ public class BundleManager : BundleManagerBase, ITransientDependency { return MauiBlazorContentFileProvider; } -} \ No newline at end of file +}