refactor: Remove TODO comment

This is in favor of a TODO item put in issue #202
json-serializing-nullable-fields-issue
Robert Dailey 10 months ago
parent a6e737fae9
commit 028f9be125

@ -29,7 +29,6 @@ public class CacheStoragePath : ICacheStoragePath
return _hash.ComputeHash(Encoding.ASCII.GetBytes(url)).AsHexString();
}
// TODO: Remove backward compatibility for cache dir names later
private string BuildOldUniqueServiceDir(IServiceConfiguration config)
{
var url = config.BaseUrl.OriginalString;

Loading…
Cancel
Save