fix: Give SimpleResourceStore root a content-type

This commit is contained in:
Joachim Van Herwegen 2020-08-26 08:56:30 +02:00
parent 4bc1dcdd1b
commit 4f8ebff7f7

View File

@ -27,7 +27,7 @@ export class SimpleResourceStore implements ResourceStore {
'': { '': {
dataType: DATA_TYPE_BINARY, dataType: DATA_TYPE_BINARY,
data: streamifyArray([]), data: streamifyArray([]),
metadata: { raw: [], profiles: []}, metadata: { raw: [], profiles: [], contentType: 'text/turtle' },
}, },
}; };
} }