Fixup push rules stream

pull/7024/head
Erik Johnston 2020-03-24 16:52:17 +00:00
parent 309aee4636
commit bd64b8fcd5
1 changed files with 1 additions and 1 deletions

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):