mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-10 07:47:07 +01:00
Removed the forced private option from the CONVERT verb as it is now the default behaviour
This commit is contained in:
2
dist/verbs/convert.js
vendored
2
dist/verbs/convert.js
vendored
@ -94,7 +94,7 @@ Implementation of the 'convert' verb for HackMyResume.
|
||||
format: null,
|
||||
objectify: true,
|
||||
inner: {
|
||||
"private": true
|
||||
"private": false
|
||||
}
|
||||
});
|
||||
if (rinfo.fluenterror) {
|
||||
|
Reference in New Issue
Block a user