From a3f2f997a3ddfafdff19bd8911f7b610326c02d8 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Thu, 5 Jan 2023 17:12:21 +1100 Subject: Prettier --- src/util/schemas/ApplicationCreateSchema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/schemas/ApplicationCreateSchema.ts') diff --git a/src/util/schemas/ApplicationCreateSchema.ts b/src/util/schemas/ApplicationCreateSchema.ts index 6a021b46..0801a6c5 100644 --- a/src/util/schemas/ApplicationCreateSchema.ts +++ b/src/util/schemas/ApplicationCreateSchema.ts @@ -1,4 +1,4 @@ export interface ApplicationCreateSchema { name: string; team_id?: string | number; -} \ No newline at end of file +} -- cgit 1.5.1