fixed the string join bug for sebis

This commit is contained in:
Bolo 2018-08-06 13:45:14 -05:00
parent fa0152cc18
commit 6c598952c7

View file

@ -117,12 +117,9 @@ namespace BotSharp.Core.Engines
}
}
<<<<<<< HEAD
=======
int second = 0;
expression.Data.ForEach(x => x.UpdatedTime = DateTime.UtcNow.AddSeconds(second++));
>>>>>>> b389d837f25afa256b35d0418274967557fb06f9
intent.UserSays.Add(expression);
});
}