mirror of
https://github.com/unraid/api.git
synced 2026-01-16 05:37:25 -06:00
chore: fix log copy
This commit is contained in:
@@ -672,7 +672,7 @@ export const useServerStore = defineStore('server', () => {
|
||||
};
|
||||
});
|
||||
watch(cloudError, (newVal, oldVal) => {
|
||||
console.debug('[watch:deprecatedUnraidSSL]', newVal, oldVal);
|
||||
console.debug('[watch:cloudError]', newVal, oldVal);
|
||||
if (oldVal && oldVal.ref) { errorsStore.removeErrorByRef(oldVal.ref); }
|
||||
if (newVal) { errorsStore.setError(newVal); }
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user