diff --git a/src/main/resources/sql/functions/vote/count_vote.sql b/src/main/resources/sql/functions/vote/count_vote.sql index 001b73f..5a04da8 100644 --- a/src/main/resources/sql/functions/vote/count_vote.sql +++ b/src/main/resources/sql/functions/vote/count_vote.sql @@ -36,4 +36,4 @@ $$; -- drop function if exists count_vote(uuid); -select * from count_vote('ced1563f-ecf5-4f11-8518-8aeceff3c13a'); \ No newline at end of file +-- select * from count_vote('ced1563f-ecf5-4f11-8518-8aeceff3c13a'); \ No newline at end of file