SERVIR/ClimateSERV2

remove unnecessary variable assignment for return

Closed this issue · 1 comments

In the new ETL there is leftover code that assigns a variable and instantly returns it. There is no need for this, simply return the value.

This is now fixed by 01ebf75