cth-sysu / festu.se

Website for Festkommittén FestU
0 stars 1 forks source link

Remove need for `has_image` check for member images #67

Closed saser closed 5 years ago

saser commented 5 years ago

Previously, we had a check in the Vue component whether the member object received from Mongo had a has_image field set to true in order to serve that member's image. Now, we simply check if that image exists on the filesystem.