Skip to content

Commit

Permalink
Remove completed todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
zorn committed Aug 6, 2024
1 parent e1c0ce7 commit b61d023
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/flick/ranked_voting/ballot.ex
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ defmodule Flick.RankedVoting.Ballot do
)
|> validate_length(:url_slug, min: 3, max: 255)
|> unique_constraint(:url_slug)

# TODO: Add URL uniqueness validation.
end

@spec possible_answers_as_list(String.t()) :: [String.t()]
Expand Down

0 comments on commit b61d023

Please sign in to comment.