3
0

Fix reporting tests and page cursor

This commit is contained in:
Vivek Patel
2022-12-07 13:26:51 +05:30
parent d7d8d9e7a9
commit 50b653fdc9
+1 -3
View File
@@ -173,9 +173,7 @@ func (a internalFilter) mergeFilters(b internalFilter) (c internalFilter) {
// cursor
// always use the latest paging cursor
if b.cursor != nil {
c.cursor = b.cursor
}
c.cursor = b.cursor
return
}