Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup unused vars #366

Merged
merged 2 commits into from
Jun 11, 2024
Merged

Cleanup unused vars #366

merged 2 commits into from
Jun 11, 2024

Conversation

RMartinOscar
Copy link
Contributor

Removed unused $state

Unsure if ->map(fn ($exception) => $e->getTrace()) should be changed to
->map(fn ($exception) => $exception->getTrace()) or
->map(fn () => $e->getTrace())

app/Exceptions/Handler.php Outdated Show resolved Hide resolved
@RMartinOscar
Copy link
Contributor Author

Should be good to go

@lancepioch lancepioch merged commit 58bfa12 into pelican-dev:main Jun 11, 2024
10 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jun 11, 2024
@RMartinOscar RMartinOscar deleted the cleanup branch June 11, 2024 16:36
@RMartinOscar RMartinOscar restored the cleanup branch June 11, 2024 18:46
@RMartinOscar RMartinOscar deleted the cleanup branch June 11, 2024 18:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants