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.
2 parents 8499eb5 + d407699 commit 91aa2dfCopy full SHA for 91aa2df
packages/isomorphic-core/src/message-body-utils.es6
@@ -33,7 +33,7 @@ export function pathForBodyFile(msgId) {
33
remainingId = remainingId.substring(2);
34
}
35
const bodyPath = path.join(...pathGroups);
36
- return path.join(baseMessagePath, bodyPath, `${remainingId}.${FILE_EXTENSION}`);
+ return path.join(baseMessagePath(), bodyPath, `${remainingId}.${FILE_EXTENSION}`);
37
38
39
// NB: The return value of this function is what gets written into the database.
0 commit comments