From 197bcca0e940f0917a7b4bbaa97bf4e7a77c916c Mon Sep 17 00:00:00 2001 From: srieding <32761158+srieding@users.noreply.github.com> Date: Thu, 16 Feb 2023 16:25:57 +0100 Subject: [PATCH] fix: trigger build after failed release. (#466) --- src/comms/table-controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comms/table-controller.ts b/src/comms/table-controller.ts index 212f7b18..ffbc6a0f 100644 --- a/src/comms/table-controller.ts +++ b/src/comms/table-controller.ts @@ -109,7 +109,7 @@ class TableController { * 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,