From fe357617574447281e83eaeb5772086f28d01141 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Thu, 1 Jun 2023 20:42:29 +1000 Subject: [PATCH] New lines --- script/server | 2 +- slices/admin/actions/posts/publish.rb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/script/server b/script/server index 4d5509e..a05ad1e 100755 --- a/script/server +++ b/script/server @@ -16,4 +16,4 @@ if ! command -v overmind > /dev/null; then fi # Boot the app and any other necessary processes -exec env OVERMIND_PORT=5001 overmind start -f Procfile.dev \ No newline at end of file +exec env OVERMIND_PORT=5001 overmind start -f Procfile.dev diff --git a/slices/admin/actions/posts/publish.rb b/slices/admin/actions/posts/publish.rb index 17cc4ab..2e94563 100644 --- a/slices/admin/actions/posts/publish.rb +++ b/slices/admin/actions/posts/publish.rb @@ -4,7 +4,6 @@ module Admin class Publish < Action include Deps["repos.post_repo"] - def handle(req, res) post_id = req.params[:id]