remove the fake ID from the request object

This commit is contained in:
Andreas Zweili 2021-07-28 20:10:59 +02:00
parent 5c4e88edb8
commit 727001eb62
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ import getAPI from '../../../scripts/axios-api';
export default {
async contactCoach(context, payload) {
const request = {
id: new Date().toISOString(),
userEmail: payload.email,
message: payload.message
};