Skip to content

Commit

Permalink
fix stream package.
Browse files Browse the repository at this point in the history
  • Loading branch information
uakihir0 committed Feb 11, 2024
1 parent ff9e164 commit ecca0a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package work.socialhub.kbsky.stream

import kbsky.stream.api.atproto.SyncResource
import work.socialhub.kbsky.stream.api.atproto.SyncResource

interface ATProtocolStream {
fun sync(): SyncResource
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package kbsky.stream.api.atproto
package work.socialhub.kbsky.stream.api.atproto

import work.socialhub.kbsky.stream.api.entity.atproto.sync.SyncSubscribeReposRequest
import work.socialhub.kbsky.stream.util.StreamClient
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package work.socialhub.kbsky.stream.internal.atproto

import kbsky.stream.api.atproto.SyncResource
import work.socialhub.kbsky.stream.api.atproto.SyncResource
import work.socialhub.kbsky.ATProtocol
import work.socialhub.kbsky.internal._ATProtocol
import work.socialhub.kbsky.stream.ATProtocolStream
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package work.socialhub.kbsky.stream.internal.atproto

import io.ktor.http.*
import kbsky.stream.api.atproto.SyncResource
import work.socialhub.kbsky.stream.api.atproto.SyncResource
import work.socialhub.kbsky.ATProtocol
import work.socialhub.kbsky.ATProtocolTypes.SyncSubscribeRepos
import work.socialhub.kbsky.stream.api.entity.atproto.sync.SyncSubscribeReposRequest
Expand Down

0 comments on commit ecca0a2

Please sign in to comment.