This commit is contained in:
@@ -713,7 +713,7 @@ namespace AyaNova.Util
|
||||
for (int x = 0; x < 10; x++)
|
||||
{
|
||||
Memo memo = new Memo();
|
||||
memo.Name = Fake.Rant.Review("AyaNova");
|
||||
memo.Name = Fake.Rant.Review();
|
||||
memo.Notes = Fake.Lorem.Paragraphs();
|
||||
memo.ToId = 1;
|
||||
memo.FromId = Fake.Random.Long(2, 15);
|
||||
|
||||
Reference in New Issue
Block a user