mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Update load.ts
This commit is contained in:
parent
32d0b41ac6
commit
3e61620cb4
1 changed files with 1 additions and 1 deletions
|
@ -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.';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue