catch 추가
This commit is contained in:
@@ -73,6 +73,8 @@ export const HeaderNavigation = ({
|
||||
console.error('Failed to update alarm count:', error);
|
||||
});
|
||||
}
|
||||
}).catch((e: any) => {
|
||||
console.error(e);
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user