mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 09:57:09 +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 res = await client.query(text, values);
|
||||
client.release();
|
||||
return res.rows[0].schema;
|
||||
return res.rows[0] && res.rows[0].schema;
|
||||
}
|
||||
|
||||
async function saveOnline (dataset, opts = {}) {
|
||||
|
||||
Reference in New Issue
Block a user