Skip to content

Commit

Permalink
Asset file String error
Browse files Browse the repository at this point in the history
  • Loading branch information
uttamukkoji committed Mar 5, 2021
1 parent 81434b9 commit f5dfedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contentstack.Core/Models/AssetLibrary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class AssetLibrary
#region Internal Variables
private Dictionary<string, object> _ObjectAttributes = new Dictionary<string, object>();
private Dictionary<string, object> _Headers = new Dictionary<string, object>();
private Dictionary<string, object> _StackHeaders = new Dictionary<strinSortWithKeyAndOrderByg, object>();
private Dictionary<string, object> _StackHeaders = new Dictionary<string, object>();
private Dictionary<string, object> UrlQueries = new Dictionary<string, object>();

private string _Url
Expand Down

0 comments on commit f5dfedb

Please sign in to comment.