GovTechSG / butler-bot

Telegram bot for booking meeting rooms
MIT License
19 stars 15 forks source link

fix: last name shows as undefined if user has no last name #51

Closed aniruddha-adhikary closed 4 months ago

aniruddha-adhikary commented 9 months ago

Problem

Screenshot 2024-02-20 at 14 53 45

The last name becomes undefined is no last name exists on Telegram user profile.

Proposed Solution

Only concatenate last name if it exists. Telegram only mandates first names.