Skip to content

Commit

Permalink
Fix missing table error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnygunawan committed Feb 17, 2024
1 parent 89f2b76 commit 70059a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BotNet.CommandHandlers/SQL/SQLCommandHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ await _telegramBotClient.SendTextMessageAsync(
text: $$"""
<code>Table '{{table}}' not found. Available tables are:
- pileg_dpr_dapil
- pileg_dpr_<kodedapil>
- pileg_dpr_&lt;kodedapil&gt;
- pileg_dpr_provinsi
- pilpres
- vps
Expand Down

0 comments on commit 70059a2

Please sign in to comment.