summary refs log tree commit diff
path: root/src/schemas/uncategorised/UserNoteUpdateSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/schemas/uncategorised/UserNoteUpdateSchema.ts')
-rw-r--r--src/schemas/uncategorised/UserNoteUpdateSchema.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schemas/uncategorised/UserNoteUpdateSchema.ts b/src/schemas/uncategorised/UserNoteUpdateSchema.ts

index 0a731279..f5430693 100644 --- a/src/schemas/uncategorised/UserNoteUpdateSchema.ts +++ b/src/schemas/uncategorised/UserNoteUpdateSchema.ts
@@ -1,3 +1,3 @@ export interface UserNoteUpdateSchema { - note: string; + note: string; }