Fixed import

This commit is contained in:
2026-06-27 18:37:35 -04:00
parent 76bd8b30c7
commit 3838a73e75

View File

@@ -1,5 +1,5 @@
import {cfg} from './config.mjs';
import { frostRisk } from './forecast.mjs';
import {frostRisk} from './openweather.mjs';
async function query(c, q, start, end) {
const url = new URL('/api/v1/query_range', c.DB_HOST);