Skip to content

Commit

Permalink
Removed eslint disable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramon Candel authored and Ramon Candel committed Sep 20, 2023
1 parent 45fe6a9 commit 868d440
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/drive/share/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ export class Share {
const orderByQueryParam = orderBy ? `&orderBy=${orderBy}` : '';

return this.client.get(
// eslint-disable-next-line max-len
`sharings/items/${sharedFolderId}/${type}?token=${token}&page=${page}&perPage=${perPage}${orderByQueryParam}`,
this.headers(),
);
Expand Down

0 comments on commit 868d440

Please sign in to comment.