Results of running ts-prune.
This commit is contained in:
@@ -8,7 +8,7 @@ import { HomeAssistant } from 'custom-card-helpers';
|
||||
* @param thumbnailURL The thumbnail URL.
|
||||
* @returns A base64 encoded data URL for the thumbnail.
|
||||
*/
|
||||
export const fetchThumbnail = async (
|
||||
const fetchThumbnail = async (
|
||||
hass: HomeAssistant,
|
||||
thumbnailURL: string,
|
||||
): Promise<string | null> => {
|
||||
|
||||
Reference in New Issue
Block a user