Sort aliases

This commit is contained in:
Claudio Ortolina
2025-02-20 15:26:12 +00:00
parent 184c110599
commit 7df136c890
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1,9 +1,9 @@
defmodule MusicLibrary.Collection do
import Ecto.Query, warn: false
alias MusicLibrary.Repo
alias MusicLibrary.Records
alias MusicLibrary.Records.{Record, SearchIndex}
alias MusicLibrary.Repo
def search_records(query, opts \\ []) do
limit = Keyword.get(opts, :limit, 20)