Skip to content

Commit

Permalink
remove redundant global cache key property
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-the-programmer committed Jan 7, 2024
1 parent 7b6080c commit 3c3dfbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Satellite.DataAccess/Services/NASASatelliteService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ public class SatelliteService : ISatelliteService
private readonly ISatelliteClient _nasaSatelliteClient;
private readonly IMemoryCache _cache;
private readonly CurrentCoords _coords;
private readonly string _cacheKey;

public SatelliteService(ISatelliteClient nasaSatelliteClient, IMemoryCache cache, CurrentCoords coords)
{
Expand Down

0 comments on commit 3c3dfbb

Please sign in to comment.