Mohammed Foud commited on
Commit ·
8cb18a7
1
Parent(s): 91b0890
all
Browse files- src/utils/botUtils.ts +1 -0
src/utils/botUtils.ts
CHANGED
|
@@ -70,6 +70,7 @@ export function getBotIdFromContext(ctx: BotContext): string | undefined {
|
|
| 70 |
return getBotIdFromToken(token);
|
| 71 |
}
|
| 72 |
|
|
|
|
| 73 |
return undefined;
|
| 74 |
} catch (error) {
|
| 75 |
logger.error('Error getting bot ID from context:', error);
|
|
|
|
| 70 |
return getBotIdFromToken(token);
|
| 71 |
}
|
| 72 |
|
| 73 |
+
|
| 74 |
return undefined;
|
| 75 |
} catch (error) {
|
| 76 |
logger.error('Error getting bot ID from context:', error);
|