From b61dbd1786c93f6cbc0c8cedf10349032579c670 Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Sat, 29 Oct 2022 22:29:21 -0700 Subject: [PATCH] update playground --- playground/pages/index.vue | 2 -- playground/plugins/trpc-client.ts | 8 +++++++- src/client.ts | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/playground/pages/index.vue b/playground/pages/index.vue index 1327e96..bd56eed 100644 --- a/playground/pages/index.vue +++ b/playground/pages/index.vue @@ -26,8 +26,6 @@ const addTodo = async () => { } const { data: todos, pending, error, refresh } = await $client.todo.getTodos.query() - -console.log(typeof $client.todo.getTodos.query)