From f7e67740108f4228b3e2bc3c55dcf32ddb6da43f Mon Sep 17 00:00:00 2001 From: xiao11lang <33827620+xiao11lang@users.noreply.github.com> Date: Fri, 22 Jul 2022 14:22:18 +0800 Subject: [PATCH] fix: add missing generic for myawaited (#13408) Co-authored-by: caohang --- questions/00189-easy-awaited/template.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions/00189-easy-awaited/template.ts b/questions/00189-easy-awaited/template.ts index 8948e21b..5b336db7 100644 --- a/questions/00189-easy-awaited/template.ts +++ b/questions/00189-easy-awaited/template.ts @@ -1 +1 @@ -type MyAwaited = any +type MyAwaited = any