Closed chriswhong closed 2 years ago
Just did this: it's actually a crash from adding the username hashing, we didn't add a way to deal with username === undefined
I'm assuming that when we dry run we don't return a username
in the dataset preview, so when our display goes to show the preview, the username field is undefined.
I'll see what can be done on the backend, but we also need to not panic if the username is undefined.
So, after looking into the backend & frontend for this.
We should have a bigger discussion about what we want to get returned in the preview, EG if we want to show generated commit titles for example, that will take a bigger refactor in the back end.
But for this current issue, we don't need to return anything from the backend, we just have a little bit of confused behavior on the frontend when we generate a run from the events & use the results to show the commit info.
fixing this will also close #485
currently working on a branch!
Dry run this code:
Error: