blob: c551ccaa012499b3d7612c173fba4f1c681a434c [file] [log] [blame]
// in Node, we store the buffer directly
function prepareAttachmentForStorage(attData, cb) {
process.nextTick(function () {
cb(attData);
});
}
export default prepareAttachmentForStorage;