summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/drive/files/attached-notes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/api/endpoints/drive/files/attached-notes.ts')
-rw-r--r--src/server/api/endpoints/drive/files/attached-notes.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/endpoints/drive/files/attached-notes.ts b/src/server/api/endpoints/drive/files/attached-notes.ts
index 2b84e114b3..e1bef8e8d9 100644
--- a/src/server/api/endpoints/drive/files/attached-notes.ts
+++ b/src/server/api/endpoints/drive/files/attached-notes.ts
@@ -14,7 +14,7 @@ export const meta = {
tags: ['drive', 'notes'],
- requireCredential: true,
+ requireCredential: true as const,
kind: 'read:drive',