Skip to content

Commit

Permalink
Merge remote-tracking branch 'private/for-merging'
Browse files Browse the repository at this point in the history
  • Loading branch information
jstejada committed Apr 18, 2017
2 parents 5c397f5 + d407699 commit 93abaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/isomorphic-core/src/message-body-utils.es6
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function pathForBodyFile(msgId) {
remainingId = remainingId.substring(2);
}
const bodyPath = path.join(...pathGroups);
return path.join(baseMessagePath, bodyPath, `${remainingId}.${FILE_EXTENSION}`);
return path.join(baseMessagePath(), bodyPath, `${remainingId}.${FILE_EXTENSION}`);
}

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

0 comments on commit 93abaec

Please sign in to comment.