mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-03 12:57:08 +01:00
feat: include private fields during convert
This commit is contained in:
5
dist/verbs/convert.js
vendored
5
dist/verbs/convert.js
vendored
@ -93,7 +93,10 @@ Implementation of the 'convert' verb for HackMyResume.
|
||||
var rez, rinfo, srcFmt, targetFormat;
|
||||
rinfo = ResumeFactory.loadOne(src, {
|
||||
format: null,
|
||||
objectify: true
|
||||
objectify: true,
|
||||
inner: {
|
||||
privatize: false
|
||||
}
|
||||
});
|
||||
if (rinfo.fluenterror) {
|
||||
this.stat(HMEVENT.beforeConvert, {
|
||||
|
Reference in New Issue
Block a user