Skip to content

Commit

Permalink
remove white space
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Sep 2, 2023
1 parent e2407d3 commit e4813a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/XMTPModule.swift
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public class XMTPModule: Module {
if let afterInt = jsonObj["after"] as? Double {
after = TimeInterval(afterInt/1000)
}

let page = Pagination(
limit: limit ?? nil,
before: before != nil && before! > 0 ? Date(timeIntervalSince1970: before!) : nil,
Expand Down

0 comments on commit e4813a5

Please sign in to comment.