summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/drive/stream.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/stream.ts
parent:art: (diff)
downloadsharkey-43734f027ba45dbc1d756d6b4e13dcd59f420ac2.tar.gz
sharkey-43734f027ba45dbc1d756d6b4e13dcd59f420ac2.tar.bz2
sharkey-43734f027ba45dbc1d756d6b4e13dcd59f420ac2.zip
Refactoring
Diffstat (limited to 'src/server/api/endpoints/drive/stream.ts')
-rw-r--r--src/server/api/endpoints/drive/stream.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/endpoints/drive/stream.ts b/src/server/api/endpoints/drive/stream.ts
index b93ee11a14..94c2051bbe 100644
--- a/src/server/api/endpoints/drive/stream.ts
+++ b/src/server/api/endpoints/drive/stream.ts
@@ -7,7 +7,7 @@ import { makePaginationQuery } from '../../common/make-pagination-query';
export const meta = {
tags: ['drive'],
- requireCredential: true,
+ requireCredential: true as const,
kind: 'read:drive',