Skip to content

Commit

Permalink
Update schema.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
treo authored Apr 19, 2024
1 parent 547a25c commit 2ab0791
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/stores/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export interface CurrentBackend {
export interface Configuration {
backends: BackendConfiguration[];
backend: CurrentBackend;
//// factories: { [factoryName: string]: (configuration: BackendConfiguration, model: string) => Backend }
}

export interface Folder {
Expand Down

0 comments on commit 2ab0791

Please sign in to comment.