From a9ec04bd50ce8f6c8a6e0c6ecc4812479881d6c5 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sun, 16 Apr 2023 12:48:17 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/anime-adventure/src/routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/anime-adventure/src/routes.ts b/examples/anime-adventure/src/routes.ts index 8c983b9..4278a96 100644 --- a/examples/anime-adventure/src/routes.ts +++ b/examples/anime-adventure/src/routes.ts @@ -126,7 +126,7 @@ export class StartGame extends OpenAPIRoute { const actions = getActions(host, gameId) await addSession(gameId, { - anime, + anime: animeMetadata, actions })