Skip to content

Commit

Permalink
get the test passing
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Sep 13, 2023
1 parent 7023ae4 commit d883a39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/XMTP/Messages/PagingInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public struct Pagination {
self.limit = limit
self.before = before
self.after = after
self.direction = direction
}

var pagingInfo: PagingInfo {
Expand Down

0 comments on commit d883a39

Please sign in to comment.