Closed saser closed 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.
member
has_image
true
Previously, we had a check in the Vue component whether the
member
object received from Mongo had ahas_image
field set totrue
in order to serve that member's image. Now, we simply check if that image exists on the filesystem.