mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-10 17:53:36 +02:00
Update src/lib/db/group-store.ts
Co-authored-by: Gastón Fournier <gaston@getunleash.ai>
This commit is contained in:
parent
162ad0d760
commit
a28690bbb4
@ -68,7 +68,7 @@ export default class GroupStore
|
|||||||
private db: Knex | Knex.Transaction;
|
private db: Knex | Knex.Transaction;
|
||||||
|
|
||||||
constructor(db: Knex) {
|
constructor(db: Knex) {
|
||||||
super();
|
super(db);
|
||||||
this.db = db;
|
this.db = db;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user