Skip to content

Commit

Permalink
index headers cache key fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-zhur committed Jun 24, 2024
1 parent e9fe29e commit 0958510
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public IndexHeadersCache(ILogger<IndexHeadersCache> logger)
{
}

protected override string Key => "SongHeaders";
protected override string Key => "IndexHeaders";

public async Task Save(byte[] model)
{
Expand Down

0 comments on commit 0958510

Please sign in to comment.