Skip to content

Commit

Permalink
fix: alphabetically ordered
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraAsc committed Jan 3, 2025
1 parent 346d63f commit 1e2238f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pescarte/blog/blog.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ defmodule Pescarte.Blog do
O contexto Blog é responsável por gerenciar as operações relacionadas a postagens e tags.
"""
import Ecto.Query
alias Pescarte.Database.Repo
alias Pescarte.Blog.Post
alias Pescarte.Database.Repo

@type filters :: %{
optional(:title) => String.t(),
Expand Down

0 comments on commit 1e2238f

Please sign in to comment.