mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-08-06 15:27:08 +00:00
Update load.ts
This commit is contained in:
committed by
GitHub
parent
27768081e2
commit
bf964ee969
+1
-1
@@ -80,7 +80,7 @@ export default function load() {
|
||||
throw 'You need to configure the minio prefix.';
|
||||
}
|
||||
|
||||
if (config.drive.prefix.config == null) {
|
||||
if (config.drive.config == null) {
|
||||
throw 'You need to configure the minio.';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user