1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

Update src/lib/db/group-store.ts

Co-authored-by: Gastón Fournier <gaston@getunleash.ai>
This commit is contained in:
Simon Hornby 2022-10-24 10:44:20 +02:00 committed by GitHub
parent 162ad0d760
commit a28690bbb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ export default class GroupStore
private db: Knex | Knex.Transaction;
constructor(db: Knex) {
super();
super(db);
this.db = db;
}