Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Fixed popup and refactoring #178

Merged
merged 5 commits into from
Oct 5, 2019
Merged

Conversation

ClassTerr
Copy link
Contributor

No description provided.

logger.LogError(ex, $"An error occurred seeding the " +
"database with test messages. Error: {ex.Message}");
}
logger.LogError(ex, "An error occurred seeding the " +
$"database with test messages. Error: {ex.Message}");
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here is a wrong string interpolation

@jasontaylordev jasontaylordev merged commit 2bdd29b into jasontaylordev:master Oct 5, 2019
@jasontaylordev
Copy link
Owner

Thank a lot Artem - love your work! 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants