mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
committed by
Joachim Van Herwegen
parent
236bbc6e5d
commit
5989a1fdc5
@@ -23,9 +23,9 @@ export class ConvertingRouterRule extends RouterRule {
|
||||
private readonly typedStores: ConvertingStoreEntry[];
|
||||
private readonly defaultStore: ResourceStore;
|
||||
|
||||
public constructor(typedStore: ConvertingStoreEntry, defaultStore: ResourceStore) {
|
||||
public constructor(typedStores: ConvertingStoreEntry[], defaultStore: ResourceStore) {
|
||||
super();
|
||||
this.typedStores = [ typedStore ];
|
||||
this.typedStores = typedStores;
|
||||
this.defaultStore = defaultStore;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user