mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
committed by
Nino Righi
parent
f34f2164fc
commit
26fd5cb389
@@ -90,7 +90,7 @@ export const ReturnTaskListStore = signalStore(
|
||||
* @param error - The error that occurred during the fetch operation
|
||||
*/
|
||||
fetchError(id: number, error: unknown) {
|
||||
logService.error('Error fetching task list items', error);
|
||||
logService.error('Error fetching task list items', error as Error);
|
||||
patchState(
|
||||
store,
|
||||
updateEntity({
|
||||
|
||||
Reference in New Issue
Block a user