This commit is contained in:
2018-10-03 20:58:48 +00:00
parent fbf05d9bac
commit 2493b1161a
2 changed files with 4 additions and 5 deletions

View File

@@ -21,8 +21,7 @@ namespace raven_integration
public static string Uniquify(string s)
{
return s + ((DateTimeOffset)DateTime.Now).ToUnixTimeMilliseconds().ToString();
return s + " " + ((DateTimeOffset)DateTime.Now).ToUnixTimeMilliseconds().ToString();
}
public async static Task<string> GetTokenAsync(string login, string password = null)