Rolf Wessels

Results 2 issues of Rolf Wessels

Currently the output is as follows ``` properties: version: type: string serviceStartDate: type: string ``` I need it to be ``` properties: version: type: string service_start_date: type: string ``` I...

Hi, I have been storing the userId in a database. I now want to send them a private message at random intervals. I was wondering if it would be possible...