senecajs / seneca-entity

Entity plugin for seneca
MIT License
13 stars 15 forks source link

make joiner an option #64

Open github-actions[bot] opened 4 years ago

github-actions[bot] commented 4 years ago

make joiner an option

https://github.com/senecajs/seneca-entity/blob/b0039623d6ad7cb739a15ae55fcf1cffd3ae8e99/lib/make_entity.js#L379

        null == canon.name ? '-' : canon.name,
      ].join('/') // TODO: make joiner an option
    : opt.array
    ? [canon.zone, canon.base, canon.name]
    : opt.array$
ndex ec8f9ba..4155316 100644
++ b/lib/store.js