removed User uicolor not supporting it in schedule and that was the only place it was used
This commit is contained in:
@@ -1756,7 +1756,7 @@ namespace AyaNova.Util
|
||||
u.UserOptions.EmailAddress = bogusEmail;
|
||||
u.UserOptions.Hour12 = true;
|
||||
u.UserOptions.CurrencyName = "USD";
|
||||
u.UserOptions.UiColor = Fake.Internet.Color().ToUpperInvariant();
|
||||
//u.UserOptions.UiColor = Fake.Internet.Color().ToUpperInvariant();
|
||||
|
||||
|
||||
//this seems wrong to get a new context inside a loop but in testing is actually faster!?
|
||||
|
||||
Reference in New Issue
Block a user