mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-26 06:44:15 +02:00
refactor
This commit is contained in:
@@ -140,7 +140,7 @@ function importProfile() {
|
||||
export async function cloudBackup() {
|
||||
if ($i == null) return;
|
||||
if (!canAutoBackup()) {
|
||||
throw new Error('Profile name is not set');
|
||||
throw new Error('cannot auto backup for this profile');
|
||||
}
|
||||
|
||||
await misskeyApi('i/registry/set', {
|
||||
|
||||
Reference in New Issue
Block a user