Skip to content

Commit

Permalink
Run format.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Jan 8, 2024
1 parent d53636f commit e57dba3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/uro_web/controllers/api/v1/shard_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ defmodule UroWeb.API.V1.ShardController do
end

def delete(conn, %{"id" => id}) do
shard = Uro.VSekai.Shard
shard =
Uro.VSekai.Shard
|> Repo.get!(id)
|> Repo.preload(:user)

Expand Down

0 comments on commit e57dba3

Please sign in to comment.