Skip to content

Commit

Permalink
Merge 8c0d479 into 385daf1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status authored Dec 14, 2023
2 parents 385daf1 + 8c0d479 commit 744dcdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ method getMessages*(s: PostgresDriver,
ascendingOrder = true):
Future[ArchiveDriverResult[seq[ArchiveRow]]] {.async.} =

if contentTopicSeq.len > 0 and
if contentTopicSeq.len == 1 and
pubsubTopic.isSome() and
startTime.isSome() and
endTime.isSome():
Expand Down

0 comments on commit 744dcdb

Please sign in to comment.