Skip to content

Commit

Permalink
fix: typo error _link => _links (#19)
Browse files Browse the repository at this point in the history
* fix: _link to _links

* chore: added "endOfLine":"auto"

* fix: resolved 10 vulnerabilities (1high, 9 critical)

* Revert chore: added endOfLine:auto & fix: resolved 10 vulnerabilities (1high, 9 critical)

Co-authored-by: Jérémy Torralba <[email protected]>
  • Loading branch information
trooperjey01 and jeremyagatha authored Sep 30, 2022
1 parent 7cce427 commit 4610c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export type BulkResult<Type, PropertyName extends string> = {
offset: number;
limit: number;
size: number;
_link: {
_links: {
next: string | null;
prev: string | null;
};
Expand Down

0 comments on commit 4610c7c

Please sign in to comment.