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

fix: format code for webhook #6

Merged
merged 2 commits into from
Oct 2, 2023
Merged

Conversation

pxthinh
Copy link
Contributor

@pxthinh pxthinh commented Oct 2, 2023

No description provided.

Copy link
Member

@tanhongit tanhongit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks fixed

@pxthinh pxthinh linked an issue Oct 2, 2023 that may be closed by this pull request
@@ -4,7 +4,7 @@
'app' => [
'name' => env('APP_NAME', 'Laravel Telegram Git Notify'),
'url' => env('APP_URL', 'http://localhost:8000'),
'timezone' => env('TIMEZONE','Asia/Ho_Chi_Minh'),
'timezone' => env('TIMEZONE', 'Asia/Ho_Chi_Minh'),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixed

@tanhongit tanhongit merged commit 018bb63 into cslant:main Oct 2, 2023
3 checks passed
tanhongit added a commit to tanhongit/laravel-telegram-git-notifier that referenced this pull request Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create route for webhook actions
2 participants