mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 13:07:08 +00:00
Cope with prospect detection not working during approach / runout
This commit is contained in:
@@ -61,7 +61,7 @@ async function getNearestPreplot (candidates) {
|
|||||||
const client = await pool.connect();
|
const client = await pool.connect();
|
||||||
const res = await client.query(text, values);
|
const res = await client.query(text, values);
|
||||||
client.release();
|
client.release();
|
||||||
return res.rows[0].schema;
|
return res.rows[0] && res.rows[0].schema;
|
||||||
}
|
}
|
||||||
|
|
||||||
async function saveOnline (dataset, opts = {}) {
|
async function saveOnline (dataset, opts = {}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user