Skip to content

Commit 91aa2df

Browse files
committed
Merge remote-tracking branch 'private/for-merging'
2 parents 8499eb5 + d407699 commit 91aa2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/isomorphic-core/src/message-body-utils.es6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function pathForBodyFile(msgId) {
3333
remainingId = remainingId.substring(2);
3434
}
3535
const bodyPath = path.join(...pathGroups);
36-
return path.join(baseMessagePath, bodyPath, `${remainingId}.${FILE_EXTENSION}`);
36+
return path.join(baseMessagePath(), bodyPath, `${remainingId}.${FILE_EXTENSION}`);
3737
}
3838

3939
// NB: The return value of this function is what gets written into the database.

0 commit comments

Comments
 (0)