'use strict'
/**
* Stub to conform to the algo order schema.
*
* Part of the `meta` handler section.
*
* @memberOf module:OCOCO
* @param {object} args - instance arguments
* @returns {object[]} preview
*/
const genPreview = (args = {}) => {
return []
}
module.exports = genPreview