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]