This commit is contained in:
2018-10-03 21:03:15 +00:00
parent 2493b1161a
commit ae3399479d
2 changed files with 2 additions and 1 deletions

View File

@@ -273,7 +273,6 @@ namespace AyaNova.Util
public static long RUNNING_COUNT = 0;
public static string Uniquify(string s)
{
//return s + " " + ((DateTimeOffset)DateTime.Now).ToUnixTimeSeconds();
return s + " " + (++RUNNING_COUNT).ToString();
}