Skip to content

Commit

Permalink
fix: Fix missing DefaultPaginationParams export
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Aug 10, 2023
1 parent c985d31 commit 1894934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mastodon/mastodon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export * as rest from "./rest";
export * as streaming from "./streaming";
export * as oauth from "./oauth";
export * from "./paginator";
export * from "./repository";

Check warning on line 6 in src/mastodon/mastodon.ts

View check run for this annotation

Codecov / codecov/patch

src/mastodon/mastodon.ts#L6

Added line #L6 was not covered by tests

0 comments on commit 1894934

Please sign in to comment.