fixed the string join bug for sebis
This commit is contained in:
parent
fa0152cc18
commit
6c598952c7
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue