@@ -288,9 +288,9 @@ |
||
288 | 288 | { |
289 | 289 | if (!DB::isDbConnected()) { |
290 | 290 | return new Entities\ServerResponse([ |
291 | - 'ok' => false, |
|
292 | - 'description' => 'getUpdates needs MySQL connection!', |
|
293 | - ], $this->bot_name); |
|
291 | + 'ok' => false, |
|
292 | + 'description' => 'getUpdates needs MySQL connection!', |
|
293 | + ], $this->bot_name); |
|
294 | 294 | } |
295 | 295 | |
296 | 296 | //DB Query |