We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3440698 commit 2c03649Copy full SHA for 2c03649
src/archivist/recorder/repositories/mongo/index.js
@@ -135,7 +135,7 @@ export default class MongoRepository extends RepositoryInterface {
135
136
async #toPersistence(record) {
137
if (record.content === undefined || record.content === null) {
138
- await this.repository.loadRecordContent(record);
+ await this.loadRecordContent(record);
139
}
140
141
return DataMapper.toPersistence(record);
0 commit comments