UNPKG

@wmfs/tymly-pg-plugin

Version:

Replace Tymly's out-the-box memory storage with PostgreSQL

9 lines (7 loc) 155 B
'use strict' module.exports = function (ctx) { return function calculateContentmentLevel () { const _ = ctx.utils._ return _.random(0, 2) } }