mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 09:33:49 +01:00
Merge pull request #2528 from XxKingsxX-Pinu/dev
Fixing spelling mistake
This commit is contained in:
commit
ae0e24eba0
@ -24,7 +24,7 @@ function getDB(): Promise<IDBObjectStore> {
|
||||
indexedDbRequest.onsuccess = function (this: IDBRequest<IDBDatabase>) {
|
||||
const db = this.result;
|
||||
if (!db) {
|
||||
reject("database loadign result was undefined");
|
||||
reject("database loading result was undefined");
|
||||
return;
|
||||
}
|
||||
resolve(db.transaction(["savestring"], "readwrite").objectStore("savestring"));
|
||||
|
Loading…
Reference in New Issue
Block a user