Remove ap call

This commit is contained in:
Justin Edmund 2022-02-26 18:40:32 -08:00
parent a04a1cb5c8
commit 47d5de057c

View file

@ -66,7 +66,6 @@ class Api::V1::PartiesController < Api::V1::ApiController
end
def set
ap params
@party = Party.where("id = ?", params[:id]).first
end