dhmit / sonification

15 stars 5 forks source link

Fix broken UploadFileInput #47

Closed ryaanahmed closed 3 years ago

ryaanahmed commented 3 years ago

UploadFileInput went awry in a recent refactor with UploadTimeSeriesFileInput. Scoping problem where we had added some arguments to a function that actually needed to take those values from the enclosing scope.

UploadTimeSeriesFileInput changes here are all whitespace changes - ignore!