jt0398 / Worktopia

A web application where landlords can post office spaces for rent and users can search/book workspaces to rent.
https://frozen-spire-07685.herokuapp.com/
3 stars 3 forks source link

Fixing initial loading of owner locations #197

Closed unnikrishnan-r closed 4 years ago

unnikrishnan-r commented 4 years ago

The OWNER_ID was defined outside class, and hence loads during application launch. At that time user would not be logged in and hence unable to fetch Locations for the owner

Fixing thsi