Create
Create
module.exports = (database, record) => {
// database & record can be null, depending on the permissions. Be sure to be able to handle that!
}Publish
Last updated
module.exports = (database, record) => {
// database & record can be null, depending on the permissions. Be sure to be able to handle that!
}Last updated