UNPKG

@wmfs/tymly-pg-plugin

Version:

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

11 lines (9 loc) 215 B
'use strict' module.exports = class WakingUp { run (event, context) { event.petDiary.push(`Look out, ${event.petName} is waking up!`) context.sendTaskSuccess({ petDiary: event.petDiary }) } }