Update src/data/energy.ts

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
J. Nick Koston 2023-02-27 12:46:30 -06:00 committed by GitHub
parent 2d699c8f3f
commit 84b4daf4bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -465,7 +465,7 @@ const getEnergyData = async (
}
let _fossilEnergyConsumption:
| Promise<undefined>
| undefined
| Promise<FossilEnergyConsumption> = Promise.resolve(undefined);
let _fossilEnergyConsumptionCompare:
| undefined