···217217 // The feedgen is not guaranteed to honor the limit, but we try it.
218218 limit: params.limit,
219219 cursor: params.cursor,
220220- }, {
221221- headers,
220220+ }, undefined, {
221221+ headers
222222 });
223223224224 skeleton = result.data;