Skip to content

Commit

Permalink
Change alias
Browse files Browse the repository at this point in the history
  • Loading branch information
mijicd committed Aug 23, 2024
1 parent fa809f6 commit 1cae36a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

package zio.redis

import sttp.capabilities.WebSockets
import sttp.capabilities.zio.ZioStreams
import sttp.client3.SttpBackend
import zio.Task

Expand All @@ -26,5 +24,5 @@ package object example {
type Login = Login.Type
type Owner = Owner.Type
type Name = Name.Type
type Sttp = SttpBackend[Task, ZioStreams with WebSockets]
type Sttp = SttpBackend[Task, Any]
}

0 comments on commit 1cae36a

Please sign in to comment.