UNPKG

dobo

Version:

DBMS for Bajo Framework

10 lines (7 loc) 253 B
const action = 'updateAttachment' async function updateAttachment (...args) { if (args.length === 0) return this.action(action, ...args) const [id, opts = {}] = args return this.createAttachment(this, id, opts) } export default updateAttachment