Skip to content

Commit

Permalink
question_feedback_email
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Korneev authored and Konstantin Korneev committed Jul 16, 2023
1 parent dae6f64 commit 998e19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/handlers/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async def set_mailing(update: Update, context: ContextTypes.DEFAULT_TYPE):


@logger_decor
async def eason_handler(update: Update, context: ContextTypes.DEFAULT_TYPE):
async def reason_handler(update: Update, context: ContextTypes.DEFAULT_TYPE):
query = update.callback_query
reason = enum.REASONS[context.match.group(1)]
await log.ainfo(
Expand Down

0 comments on commit 998e19d

Please sign in to comment.