Skip to content

Commit

Permalink
Format line
Browse files Browse the repository at this point in the history
  • Loading branch information
noramehesz committed Apr 19, 2022
1 parent 1900d84 commit 790af2c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/resources/datav2/rest_v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,11 @@ export async function* getDataV2(
limit = null;
}

const params = { ...options, limit, page_token: pageToken };
const params = {
...options,
limit,
page_token: pageToken,
};
const resp: AxiosResponse<any> = await dataV2HttpRequest(
path,
params,
Expand Down

0 comments on commit 790af2c

Please sign in to comment.