Board editing.

This commit is contained in:
Mike Cao 2026-01-18 04:20:36 -08:00
parent 68c56060b3
commit d9f698ca42
8 changed files with 183 additions and 86 deletions

View file

@ -48,7 +48,7 @@ async function checkConnection() {
success('Database connection successful.');
} catch (e) {
throw new Error('Unable to connect to the database: ' + e.message);
throw new Error(`Unable to connect to the database: ${e.message}`);
}
}