Fix some logic in the settings menu

This commit is contained in:
Christopher Cookman 2025-09-15 06:12:20 -06:00
parent c7399a3cad
commit 9ce7cb5f70

View file

@ -56,7 +56,7 @@ const opts = { // Map of option number to step number
await pool.query('UPDATE hubs SET secretKey = ? WHERE id = ?', [newKey, hubId]);
return `New secret key generated: ||${newKey}||\n\nType another option number, or \`cancel\` to exit.`;
}},
6: {step: 26, exec: () => {
6: {step: 1, exec: () => {
return 'Parcel Auto-Import setup is not yet implemented. Type another option number, or `cancel` to exit.';
}}
}