diff --git a/Contentstack.Core/Models/AssetLibrary.cs b/Contentstack.Core/Models/AssetLibrary.cs index c4cac1c..739299c 100644 --- a/Contentstack.Core/Models/AssetLibrary.cs +++ b/Contentstack.Core/Models/AssetLibrary.cs @@ -17,7 +17,7 @@ public class AssetLibrary #region Internal Variables private Dictionary _ObjectAttributes = new Dictionary(); private Dictionary _Headers = new Dictionary(); - private Dictionary _StackHeaders = new Dictionary(); + private Dictionary _StackHeaders = new Dictionary(); private Dictionary UrlQueries = new Dictionary(); private string _Url