Create a function that takes a list of integers as input and returns the sum of all the positive integers in the list.
[3, -5, 2, 10, -8]
15
Bot