summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/notes/show.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/api/endpoints/notes/show.ts')
-rw-r--r--src/server/api/endpoints/notes/show.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/endpoints/notes/show.ts b/src/server/api/endpoints/notes/show.ts
index 75abbae55f..2ce2a2b35e 100644
--- a/src/server/api/endpoints/notes/show.ts
+++ b/src/server/api/endpoints/notes/show.ts
@@ -15,7 +15,7 @@ export const meta = {
tags: ['notes'],
- requireCredential: false,
+ requireCredential: false as const,
params: {
noteId: {