summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/drive/files.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-15 21:33:32 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-15 21:33:32 +0900
commit43734f027ba45dbc1d756d6b4e13dcd59f420ac2 (patch)
tree07fef8bf53c16e049bcc5fb9b08a0dd31f63443a /src/server/api/endpoints/drive/files.ts
parent:art: (diff)
downloadsharkey-43734f027ba45dbc1d756d6b4e13dcd59f420ac2.tar.gz
sharkey-43734f027ba45dbc1d756d6b4e13dcd59f420ac2.tar.bz2
sharkey-43734f027ba45dbc1d756d6b4e13dcd59f420ac2.zip
Refactoring
Diffstat (limited to 'src/server/api/endpoints/drive/files.ts')
-rw-r--r--src/server/api/endpoints/drive/files.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/endpoints/drive/files.ts b/src/server/api/endpoints/drive/files.ts
index 77cefdfbe3..1a8a21d630 100644
--- a/src/server/api/endpoints/drive/files.ts
+++ b/src/server/api/endpoints/drive/files.ts
@@ -12,7 +12,7 @@ export const meta = {
tags: ['drive'],
- requireCredential: true,
+ requireCredential: true as const,
kind: 'read:drive',