mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-12 12:30:47 +00:00
Corrected minor misspellings (#5225)
This commit is contained in:
@@ -10,7 +10,7 @@ export interface LoggedError {
|
||||
exception: string;
|
||||
count: number;
|
||||
// unix timestamp in seconds
|
||||
first_occured: number;
|
||||
first_occurred: number;
|
||||
}
|
||||
|
||||
export const fetchSystemLog = (hass: HomeAssistant) =>
|
||||
|
||||
Reference in New Issue
Block a user