Fixed import
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user