mirror of
https://github.com/cupcakearmy/morphus.git
synced 2025-09-06 08:10:39 +00:00
progress
This commit is contained in:
@@ -20,7 +20,7 @@ export async function init() {
|
||||
if (!storage) {
|
||||
switch (Config.storage) {
|
||||
case StorageType.Local:
|
||||
storage = new Local(Config.assets)
|
||||
storage = new Local(Config.localAssets)
|
||||
break
|
||||
default:
|
||||
throw new Error(`Unknown storage type: ${Config.storage}`)
|
||||
|
Reference in New Issue
Block a user