Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin authored May 22, 2024
1 parent f62cc35 commit 2cc7a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/actions/src/Concerns/CanImportRecords.php
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ function (string $attribute, mixed $value, Closure $fail) use ($action) {
->markAsRead(),
]),
)
->sendToDatabase($import->user, true);
->sendToDatabase($import->user, isEventDispatched: true);
})
->dispatch();

Expand Down
2 changes: 1 addition & 1 deletion packages/actions/src/Exports/Jobs/ExportCompletion.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ public function handle(): void
$this->formats,
)),
)
->sendToDatabase($this->export->user, true);
->sendToDatabase($this->export->user, isEventDispatched: true);
}
}

0 comments on commit 2cc7a1b

Please sign in to comment.