JSn1nj4 / ElliotDerhay.com

My personal website project.
MIT License
0 stars 1 forks source link

`CreateEvent` and `DeleteEvent` components limited to supporting events with refs #58

Closed JSn1nj4 closed 2 years ago

JSn1nj4 commented 2 years ago

These components were written assuming they were generated by creating or deleting branches and tags, not repos. This results in not checking for null where a ref is expected.

To fix, the component should be modified to omit the preposition and ref-related items if the event describes an action on a repo itself.