Skip to content

Commit

Permalink
Format dmitrakovich code
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrakovich authored and github-actions[bot] committed Jun 2, 2024
1 parent 38b045f commit 8adf0f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/app/Http/Webhooks/TelegramBotHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ public function pickupListForChat(?int $chatId = null): void

/**
* Pause command. Initiate a pause action for offline notifications.
*
* @todo: remove after 01.09.2024
* @deprecated
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use App\Models\Config;
use App\Models\Orders\OrderItem;
use App\Models\Stock;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Support\Arr;
use Illuminate\Support\Facades\DB;

Expand Down
3 changes: 2 additions & 1 deletion src/app/Jobs/OneC/UpdateOfflineOrdersJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
use App\Models\Stock;
use App\Models\User\User;
use App\Notifications\OrderItemInventoryNotification;
use function Sentry\captureMessage;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Support\Facades\Context;
use Sentry\Severity;

use function Sentry\captureMessage;

class UpdateOfflineOrdersJob extends AbstractJob
{
const NEW_ORDERS_LIMIT = 100;
Expand Down

0 comments on commit 8adf0f8

Please sign in to comment.