Fix imports + remove unused variables
parent
4de2bd03b1
commit
ba4a4b98c3
|
@ -1,8 +1,7 @@
|
|||
module Internal.Api.Ban.Api exposing (..)
|
||||
|
||||
import Internal.Api.GetEvent.V1.SpecObjects as SO1
|
||||
import Internal.Api.Request as R
|
||||
import Internal.Tools.Context as Context exposing (Context)
|
||||
import Internal.Tools.Context exposing (Context)
|
||||
import Internal.Tools.Exceptions as X
|
||||
import Json.Decode as D
|
||||
import Task exposing (Task)
|
||||
|
|
|
@ -6,7 +6,6 @@ import Internal.Api.WhoAmI.V2.SpecObjects as SO2
|
|||
import Internal.Api.WhoAmI.V3.SpecObjects as SO3
|
||||
import Internal.Tools.Context exposing (Context)
|
||||
import Internal.Tools.Exceptions as X
|
||||
import Internal.Tools.SpecEnums as Enums
|
||||
import Task exposing (Task)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module Matrix.RoomInvite exposing
|
||||
( RoomInvite, accept, reject, acceptWithReason, rejectWithReason
|
||||
, roomId
|
||||
, roomId, RoomInviteEvent, getEvent, getAllEvents
|
||||
, sender, stateKey, contentType, content
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue