Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
fix: trigger build after failed release. (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
srieding authored Feb 16, 2023
1 parent 53a1cb2 commit 197bcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/comms/table-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class TableController<RowImplementation> {
* controller)
*
* Be sure that the response contains full pages, otherwise you will see at
* least 1 page with less rows
* least 1 page with fewer rows
*/
add(
response: Response<RowImplementation>,
Expand Down

0 comments on commit 197bcca

Please sign in to comment.