Removed old task.

This commit is contained in:
mmuffins 2018-05-27 18:14:10 +02:00
parent b1a14117e0
commit 2983654d69

View File

@ -92,7 +92,6 @@ namespace SteamStorefrontAPI.Classes
return new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc).AddSeconds(parsedValue); return new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc).AddSeconds(parsedValue);
} }
//TODO: fix the epoch converter
return null; return null;
} }