🐛 Remove reference to deleted table column

This commit is contained in:
Luke Vella 2024-06-08 16:21:49 +01:00
parent 0565345061
commit e0917e2fd4

View file

@ -45,7 +45,6 @@ async function createPollsForUser(userId: string) {
} }
return { return {
startTime, startTime,
start: startTime,
duration, duration,
}; };
}), }),