Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondřej Chrastina committed Apr 4, 2023
1 parent f421dc6 commit 89b6e5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Kontent.Ai.Delivery.Caching/CacheHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public static IEnumerable<string> GetItemDependencies(IResponse response)
{
var dependencies = new HashSet<string>();

// TODO for univeral dependencies
// TODO for universal dependencies
if (!IsItemResponse(response))
{
return dependencies;
Expand Down Expand Up @@ -225,7 +225,6 @@ public static IEnumerable<string> GetItemDependencies(IResponse response)
}
}


return dependencies.Count > MAX_DEPENDENCY_ITEMS
? new[] { GetItemsDependencyKey() }
: dependencies.AsEnumerable();
Expand Down

0 comments on commit 89b6e5c

Please sign in to comment.