summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/drive/files.ts
diff options
context:
space:
mode:
authorSatsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>2019-05-05 09:27:55 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2019-05-05 09:27:55 +0900
commit5fb0a995dd2d9cf65ed93fca78502f42a7c3e22d (patch)
treeba41be9daaf91435ff4429667a6bbcbe094a39c5 /src/server/api/endpoints/drive/files.ts
parentログアウトの処理と外部サービス連携Viewがセッションク... (diff)
downloadsharkey-5fb0a995dd2d9cf65ed93fca78502f42a7c3e22d.tar.gz
sharkey-5fb0a995dd2d9cf65ed93fca78502f42a7c3e22d.tar.bz2
sharkey-5fb0a995dd2d9cf65ed93fca78502f42a7c3e22d.zip
様々な修正 (#4859)
Typo, Redundant code, Syntax error の修正
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 493e14464c..d10c2a3ef4 100644
--- a/src/server/api/endpoints/drive/files.ts
+++ b/src/server/api/endpoints/drive/files.ts
@@ -37,7 +37,7 @@ export const meta = {
},
type: {
- validator: $.optional.str.match(/^[a-zA-Z\/\-\*]+$/)
+ validator: $.optional.str.match(/^[a-zA-Z\/\-*]+$/)
}
},