From 83b2d5d60501b9b0fb0480bc5982de458f08df6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Intevel=20=E3=83=84?= <59223342+Intevel@users.noreply.github.com> Date: Wed, 5 May 2021 22:21:10 +0200 Subject: [PATCH] Update Template.ts --- src/schema/Template.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schema/Template.ts b/src/schema/Template.ts index 6d47aa75..b467d4cb 100644 --- a/src/schema/Template.ts +++ b/src/schema/Template.ts @@ -6,5 +6,5 @@ export const TemplateCreateSchema = { export interface TemplateCreateSchema { name: string, - descriptio?: string, + description?: string, }