forked from AkkomaGang/akkoma
Reorder alias
This commit is contained in:
parent
37c2deb3dd
commit
40d0775c7f
1 changed files with 1 additions and 1 deletions
|
@ -3,9 +3,9 @@
|
|||
# SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
defmodule Pleroma.Web.Streamer do
|
||||
alias Pleroma.User
|
||||
alias Pleroma.Web.Streamer.State
|
||||
alias Pleroma.Web.Streamer.Worker
|
||||
alias Pleroma.User
|
||||
|
||||
@timeout 60_000
|
||||
@mix_env Mix.env()
|
||||
|
|
Loading…
Reference in a new issue