We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea5649 commit f54490bCopy full SHA for f54490b
1 file changed
bookmarks/soukai/demo/src/utils.ts
@@ -7,7 +7,7 @@ import {
7
logout,
8
} from "@inrupt/solid-client-authn-browser";
9
import { Bookmark } from "../../src/modules/Bookmarks";
10
-import { bootModels, getEngine, setEngine } from "soukai";
+import { bootModels, getEngine, setEngine, LogEngine } from "soukai";
11
import {
12
Fetch,
13
SolidContainer,
@@ -70,7 +70,7 @@ export function bootSoukai(fetch?: Fetch) {
70
SolidTypeIndex: SolidTypeIndex,
71
});
72
console.log('setEngine');
73
- setEngine(new SolidEngine(fetch));
+ setEngine(new LogEngine(new SolidEngine(fetch)));
74
}
75
76
type FetchContainrURLArgs = {
0 commit comments