Revert debug code.

This commit is contained in:
Burak Kaan Köse
2024-08-21 23:30:57 +02:00
parent af13e034c3
commit c304517fc2
4 changed files with 2 additions and 63 deletions

View File

@@ -11,7 +11,7 @@ namespace Wino.Core.UWP.Services
{
public class StoreRatingService : IStoreRatingService
{
private const string RatedStorageKey = "a"; // nameof(RatedStorageKey);
private const string RatedStorageKey = nameof(RatedStorageKey);
private const string LatestAskedKey = nameof(LatestAskedKey);
private readonly IConfigurationService _configurationService;