1
0

Fixup push rules stream

This commit is contained in:
Erik Johnston
2020-03-24 16:52:17 +00:00
parent 309aee4636
commit bd64b8fcd5
+1 -1
View File
@@ -280,7 +280,7 @@ class PushRulesStream(Stream):
to_token = rows[-1][0]
limited = True
return [(row[0], row[2]) for row in rows], to_token, limited
return [(row[0], (row[2],)) for row in rows], to_token, limited
class PushersStream(Stream):