fix(deltas): Remove extra params passed to streaming endpoint

This commit is contained in:
Ben Gotow 2016-12-01 18:42:10 -08:00
parent 6cfbb80403
commit e3b4fc859e
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ class DeltaStreamingConnection extends NylasLongConnection {
}
deltaStreamingPath(cursor = 0) {
return `/delta/streaming?cursor=${cursor}&exclude_folders=false&exclude_metadata=false&exclude_account=false`
return `/delta/streaming?cursor=${cursor}`
}
hasCursor() {

2
src/K2

@ -1 +1 @@
Subproject commit 371820ed2ed841dca11694c38c24dcbdaf1c5faa
Subproject commit 21ed199247f71aa9a78faaca7beeceb8691cabd1