Skip to content

Commit

Permalink
fix: database class
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraviolet-jordan committed Jan 10, 2024
1 parent 0bae869 commit c4c74a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/jagex2/io/Database.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default class Database {
protected readonly db: IDBDatabase;
private readonly db: IDBDatabase;

constructor(db: IDBDatabase) {
db.onerror = this.onerror;
Expand Down

0 comments on commit c4c74a7

Please sign in to comment.