Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Nov 28, 2024
1 parent b5587ba commit a24bdad
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions app/Livewire/Pages/ElectionTurnouts.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public function aggregate(): ?ProgressData
county: $this->county,
locality: $this->locality,
aggregate: true,
toBase: true,
);

if (blank($result) || blank($result->total)) {
Expand Down
2 changes: 0 additions & 2 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,5 @@

Route::get('/embed/articol/{article}', Embeds\ArticleEmbed::class)->name('articles.embed');

Route::get('/test/a70e0f38-0e7b-43fe-9589-e82ef05f330b', Pages\TestPage::class)->name('test');

Route::get('{page:slug}', Pages\ContentPage::class)->name('pages.show');
});
1 change: 0 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export default {
darkMode: 'selector',
content: [
//,
'./app/Filament/**/*.php',
'./app/Livewire/**/*.php',
'./app/View/Components/**/*.php',
Expand Down
2 changes: 1 addition & 1 deletion terraform/service_app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ module "ecs_app" {
},
{
name = "PHP_PM_MAX_CHILDREN",
value = 256
value = 128
},
{
name = "DB_HOST",
Expand Down

0 comments on commit a24bdad

Please sign in to comment.