mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-22 19:06:12 +00:00
Merge branch 'stable-additions' into stable-plus-ui-glow
This commit is contained in:
commit
4384568c68
@ -10,7 +10,7 @@ export async function openDatabase(): Promise<IDBDatabase | undefined> {
|
||||
console.error('indexedDB is not available in this environment.');
|
||||
return undefined;
|
||||
}
|
||||
|
||||
|
||||
return new Promise((resolve) => {
|
||||
const request = indexedDB.open('boltHistory', 1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user