Skip to content

Commit

Permalink
chore: correct minor naming mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
CumpsD committed Jan 29, 2024
1 parent 3b1df43 commit 0ab26fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swappy-bot/EntityFramework/SwapState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class SwapState
}
#pragma warning restore CS8618

public class GoodMorningConfiguration : EntityTypeConfiguration<BotContext, SwapState>
public class SwapStateConfiguration : EntityTypeConfiguration<BotContext, SwapState>
{
private const string TableName = "swap_state";

Expand Down

0 comments on commit 0ab26fd

Please sign in to comment.