Merge branch 'master' into pass_fail_prelims

* master:
  Correct issue with testing.
This commit is contained in:
Matt Young 2025-10-02 21:57:55 -05:00
commit 07f3f37be4
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class EntryObserver
*/ */
public function updated(Entry $entry): void public function updated(Entry $entry): void
{ {
if (Request::route()->getName() !== 'admin.draw.store') { // Don't update doubler table during draw if (Request::route()?->getName() !== 'admin.draw.store') { // Don't update doubler table during draw
$syncer = app(DoublerSync::class); $syncer = app(DoublerSync::class);
// Update doubler table when an entry is updated // Update doubler table when an entry is updated
$syncer(); $syncer();