From c25cdd9cf79236a11a05db003165cb6515d32b95 Mon Sep 17 00:00:00 2001 From: Sean Tan Date: Wed, 18 Aug 2021 14:49:11 -0700 Subject: [PATCH] Fix one more error in catalog.ts Signed-off-by: Sean Tan Signed-off-by: Sean Tan --- packages/backend/src/plugins/catalog.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/backend/src/plugins/catalog.ts b/packages/backend/src/plugins/catalog.ts index 75709eefc7..055595dcb5 100644 --- a/packages/backend/src/plugins/catalog.ts +++ b/packages/backend/src/plugins/catalog.ts @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import { CatalogBuilder, createRouter,