submission topics error checking
This checks if topics is coming in as an array before trying to loop it, avoiding an error if it's coming in as null or undefined and logging the error if there is one.
This checks if topics is coming in as an array before trying to loop it, avoiding an error if it's coming in as null or undefined and logging the error if there is one.