Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen committed Jun 20, 2024
1 parent b0c936a commit 0b1adbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export class Events {
} as Filter;

if (messageTimestamp != undefined) {
// if we filter by message timestamp, we also want to filter the permission messages by the same timestamp range
const messageTimestampFilter = FilterUtility.convertRangeCriterion(messageTimestamp);
if (messageTimestampFilter) {
taggedFilter.messageTimestamp = messageTimestampFilter;
Expand Down

0 comments on commit 0b1adbf

Please sign in to comment.