diff --git a/src/database/standalone-sqlite.ts b/src/database/standalone-sqlite.ts index 2d2f4e7c..bec94b1d 100644 --- a/src/database/standalone-sqlite.ts +++ b/src/database/standalone-sqlite.ts @@ -2266,7 +2266,7 @@ export class StandaloneSqliteDatabase (id: string) => { return this.queueRead( 'data', - `${this.constructor.name}.getDataParent`, + `getDataParent`, [id], ); }, @@ -2280,7 +2280,7 @@ export class StandaloneSqliteDatabase (id: string) => { return this.queueRead( 'data', - `${this.constructor.name}.getDataAttributes`, + `getDataAttributes`, [id], ); },