Comment by malakai521
Comment by malakai521 3 days ago
`var post = await _postService.getById(id);`
the F# equivalent is
`let! post = _postService.getById id`
Comment by malakai521 3 days ago
`var post = await _postService.getById(id);`
the F# equivalent is
`let! post = _postService.getById id`
You're missing the task {} block