mirror of
https://github.com/unraid/api.git
synced 2026-01-08 01:29:49 -06:00
chore: comment to handle error on sha256 fetch
This commit is contained in:
@@ -133,6 +133,9 @@ export const useUpdateOsActionsStore = defineStore('updateOsActions', () => {
|
||||
throw new Error('No payload.sha256 provided');
|
||||
}
|
||||
try {
|
||||
/**
|
||||
* @todo correctly handle an error and show message to try again
|
||||
*/
|
||||
const response = await getOsReleaseBySha256(payload);
|
||||
console.debug('[getReleaseFromKeyServer]', response);
|
||||
return response;
|
||||
|
||||
Reference in New Issue
Block a user