Skip to content

Commit

Permalink
commit to rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
julie authored and julie committed Feb 24, 2017
1 parent d51e345 commit 9cb792d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -408,10 +408,10 @@ public async Task ScrumInitiateHasScrum()
{
await AddChannelUserAsync();
await UserProjectSetup();

await _botQuestionRepository.AddQuestionAsync(question);
_scrumDataRepository.Insert(scrum);
await _scrumDataRepository.SaveChangesAsync();

scrum.ScrumDate = DateTime.UtcNow.Date.AddDays(-1);
_scrumDataRepository.Insert(scrum);
await _scrumDataRepository.SaveChangesAsync();
Expand Down

0 comments on commit 9cb792d

Please sign in to comment.