Skip to content

Commit

Permalink
Merge pull request #13 from membraneframework/fix-ci
Browse files Browse the repository at this point in the history
Make CI pass
  • Loading branch information
FelonEkonom authored Nov 5, 2024
2 parents 3e8c310 + 7284626 commit 50e1242
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/membrane_webrtc/utils.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ defmodule Membrane.WebRTC.Utils do

alias Membrane.WebRTC.{SignalingChannel, SimpleWebSocketServer}

@spec validate_signaling!(SignalingChannel.t() | {:websocket, SimpleWebSocketServer.options()} | {:whip, [{atom(), term()}]}) ::
@spec validate_signaling!(
SignalingChannel.t()
| {:websocket, SimpleWebSocketServer.options()}
| {:whip, [{atom(), term()}]}
) ::
:ok | no_return()
def validate_signaling!(%SignalingChannel{}), do: :ok

Expand Down

0 comments on commit 50e1242

Please sign in to comment.