fix: actually save the repeating amount
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2021-11-28 18:20:05 +01:00
parent 6bba72fe0c
commit 4624c1c66e
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -292,6 +292,7 @@ export default {
bucketId: bucketId || 0,
position,
})
task.repeatAfter = parsedTask.repeats
const taskService = new TaskService()
const createdTask = await taskService.create(task)