Skip to content

Commit

Permalink
make baserow config public
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Apr 11, 2024
1 parent e667383 commit 11e3fb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ interface RowClass<T extends RowType, R extends Factory> {
}

export abstract class Factory {
public readonly config: BaserowConfig;

protected sdk: BaserowSdk;
protected config: BaserowConfig;
protected classes: Map<number, RowClass<RowType, Factory>> = new Map();

constructor() {
Expand Down

0 comments on commit 11e3fb7

Please sign in to comment.