Browse Source

Update BundleManager.cs to fix typo

pull/22437/head
selman koc 1 year ago
committed by GitHub
parent
commit
d28817afc6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      framework/src/Volo.Abp.AspNetCore.Components.MauiBlazor.Bundling/BundleManager.cs

4
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;
}
}
}

Loading…
Cancel
Save