remove unused action

This commit is contained in:
JasterV 2026-02-06 17:30:08 +01:00
parent fa317642c0
commit 4b79615a76

View file

@ -66,7 +66,6 @@ defmodule SpazioSolazzo.BookingSystem do
define :approve_booking, action: :approve, args: []
define :reject_booking, action: :reject, args: [:reason]
define :cancel_booking, action: :cancel, args: [:reason]
define :delete_booking, action: :destroy, args: []
end
end
end